#92D09C

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

Shades of Chinook #92D09C

Tints of Chinook #92D09C

Color information

#92D09C (or 0x92D09C) is unknown color: approx Chinook. HEX triplet: 92, D0 and 9C. RGB value is (146,208,156). Sum of RGB (Red+Green+Blue) = 146+208+156=510 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.63% from 510); Green value is 208 (81.64% from 255 or 40.78% from 510); Blue value is 156 (61.33% from 255 or 30.59% from 510); Max value from RGB is 208 - color contains mainly: green. Hex color #92D09C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92D09C is #6D2F63. Grayscale: #B7B7B7. Windows color (decimal): -7155556 or 10277010. OLE color: 10277010.

HSL color Cylindrical-coordinate representation of color #92D09C: hue angle of 129.68º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #92D09C is Cyan = 0.30, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB146208156-
CMYK0.3000.250.18
HSL129.68º39.74%69.41%-
HSV(B)129.68º29.81%81.57%-
XYZ40.4153.6239.67-
YUV183.53112.46101.23-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.63%
GREEN value IS 208 (81.64% from 255) = 40.78%
BLUE value IS 156 (61.33% from 255) = 30.59%
R=28.63%
G=40.78%
B=30.59%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1462081560.3000.250.18129.6839.7469.41
Hex92D09C1E01912822845
Octal222320234360312220250105
Binary1001001011010000100111001111001100110010100000101010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92D09C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,208,156); }

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

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

 a { background-color: rgb(146,208,156); }

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

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

 span { border-color: rgb(146,208,156); }

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