#92D69E

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

Shades of Chinook #92D69E

Tints of Chinook #92D69E

Color information

#92D69E (or 0x92D69E) is unknown color: approx Chinook. HEX triplet: 92, D6 and 9E. RGB value is (146,214,158). Sum of RGB (Red+Green+Blue) = 146+214+158=518 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.19% from 518); Green value is 214 (83.98% from 255 or 41.31% from 518); Blue value is 158 (62.11% from 255 or 30.50% from 518); Max value from RGB is 214 - color contains mainly: green. Hex color #92D69E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92D69E is #6D2961. Grayscale: #BBBBBB. Windows color (decimal): -7154018 or 10409618. OLE color: 10409618.

HSL color Cylindrical-coordinate representation of color #92D69E: hue angle of 130.59º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #92D69E is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB146214158-
CMYK0.3200.260.16
HSL130.59º45.33%70.59%-
HSV(B)130.59º31.78%83.92%-
XYZ42.0756.6741.07-
YUV187.28111.4798.55-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.19%
GREEN value IS 214 (83.98% from 255) = 41.31%
BLUE value IS 158 (62.11% from 255) = 30.50%
R=28.19%
G=41.31%
B=30.50%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1462141580.3200.260.16130.5945.3370.59
Hex92D69E2001A10832d47
Octal222326236400322020355107
Binary10010010110101101001111010000001101010000100000111011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92D69E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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