#92CCA4

Color #92CCA4 Chinook (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chinook #92CCA4

Tints of Chinook #92CCA4

Color information

#92CCA4 (or 0x92CCA4) is unknown color: approx Chinook. HEX triplet: 92, CC and A4. RGB value is (146,204,164). Sum of RGB (Red+Green+Blue) = 146+204+164=514 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.40% from 514); Green value is 204 (80.08% from 255 or 39.69% from 514); Blue value is 164 (64.45% from 255 or 31.91% from 514); Max value from RGB is 204 - color contains mainly: green. Hex color #92CCA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92CCA4 is #6D335B. Grayscale: #B6B6B6. Windows color (decimal): -7156572 or 10800274. OLE color: 10800274.

HSL color Cylindrical-coordinate representation of color #92CCA4: hue angle of 138.62º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #92CCA4 is Cyan = 0.28, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.2.

Color convert

RGB146204164-
CMYK0.2800.200.2
HSL138.62º36.25%68.63%-
HSV(B)138.62º28.43%80%-
XYZ40.1551.9843.04-
YUV182.1117.78102.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 146 (57.42% from 255) = 28.40%
GREEN value IS 204 (80.08% from 255) = 39.69%
BLUE value IS 164 (64.45% from 255) = 31.91%
R=28.40%
G=39.69%
B=31.91%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1462041640.2800.200.2138.6236.2568.63
Hex92CCA41C014148b2445
Octal222314244340242421344105
Binary1001001011001100101001001110001010010100100010111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92CCA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92CCA4; }

 p { color: rgb(146,204,164); }

 H1.HeaderClassName
 {
   color: #92CCA4;
 }
 .AnyTagClassName
 {
   color: #92CCA4;
 }
</style>
background-color css

<style>
 a { background-color: #92CCA4; }

 a { background-color: rgb(146,204,164); }

 div.DivClassName
 {
   background-color: #92CCA4;
 }
 .BgClassName
 {
   background-color: #92CCA4;
 }
</style>
border-color css

<style>
 span { border-color: #92CCA4; }

 span { border-color: rgb(146,204,164); }

 td.TdClassName
 {
   border-color: #92CCA4;
 }
 .TagClassName
 {
   border-color: #92CCA4;
 }
</style>