#92D09E

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

Shades of Chinook #92D09E

Tints of Chinook #92D09E

Color information

#92D09E (or 0x92D09E) is unknown color: approx Chinook. HEX triplet: 92, D0 and 9E. RGB value is (146,208,158). Sum of RGB (Red+Green+Blue) = 146+208+158=512 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.52% from 512); Green value is 208 (81.64% from 255 or 40.62% from 512); Blue value is 158 (62.11% from 255 or 30.86% from 512); Max value from RGB is 208 - color contains mainly: green. Hex color #92D09E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92D09E is #6D2F61. Grayscale: #B7B7B7. Windows color (decimal): -7155554 or 10408082. OLE color: 10408082.

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

Color convert

RGB146208158-
CMYK0.3000.240.18
HSL131.61º39.74%69.41%-
HSV(B)131.61º29.81%81.57%-
XYZ40.5853.6940.57-
YUV183.76113.46101.07-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.52%
GREEN value IS 208 (81.64% from 255) = 40.62%
BLUE value IS 158 (62.11% from 255) = 30.86%
R=28.52%
G=40.62%
B=30.86%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1462081580.3000.240.18131.6139.7469.41
Hex92D09E1E01812842845
Octal222320236360302220450105
Binary1001001011010000100111101111001100010010100001001010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92D09E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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