#92CC9B

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

Shades of Chinook #92CC9B

Tints of Chinook #92CC9B

Color information

#92CC9B (or 0x92CC9B) is unknown color: approx Chinook. HEX triplet: 92, CC and 9B. RGB value is (146,204,155). Sum of RGB (Red+Green+Blue) = 146+204+155=505 (66% of max value = 765). Red value is 146 (57.42% from 255 or 28.91% from 505); Green value is 204 (80.08% from 255 or 40.40% from 505); Blue value is 155 (60.94% from 255 or 30.69% from 505); Max value from RGB is 204 - color contains mainly: green. Hex color #92CC9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92CC9B is #6D3364. Grayscale: #B5B5B5. Windows color (decimal): -7156581 or 10210450. OLE color: 10210450.

HSL color Cylindrical-coordinate representation of color #92CC9B: hue angle of 129.31º 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 #92CC9B is Cyan = 0.28, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.2.

Color convert

RGB146204155-
CMYK0.2800.240.2
HSL129.31º36.25%68.63%-
HSV(B)129.31º28.43%80%-
XYZ39.3651.6638.91-
YUV181.07113.28102.98-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.91%
GREEN value IS 204 (80.08% from 255) = 40.40%
BLUE value IS 155 (60.94% from 255) = 30.69%
R=28.91%
G=40.40%
B=30.69%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1462041550.2800.240.2129.3136.2568.63
Hex92CC9B1C01814812445
Octal222314233340302420144105
Binary1001001011001100100110111110001100010100100000011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92CC9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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