#92D09D

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

Shades of Chinook #92D09D

Tints of Chinook #92D09D

Color information

#92D09D (or 0x92D09D) is unknown color: approx Chinook. HEX triplet: 92, D0 and 9D. RGB value is (146,208,157). Sum of RGB (Red+Green+Blue) = 146+208+157=511 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.57% from 511); Green value is 208 (81.64% from 255 or 40.70% from 511); Blue value is 157 (61.72% from 255 or 30.72% from 511); Max value from RGB is 208 - color contains mainly: green. Hex color #92D09D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92D09D is #6D2F62. Grayscale: #B7B7B7. Windows color (decimal): -7155555 or 10342546. OLE color: 10342546.

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

Color convert

RGB146208157-
CMYK0.3000.250.18
HSL130.65º39.74%69.41%-
HSV(B)130.65º29.81%81.57%-
XYZ40.553.6640.12-
YUV183.65112.96101.15-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.57%
GREEN value IS 208 (81.64% from 255) = 40.70%
BLUE value IS 157 (61.72% from 255) = 30.72%
R=28.57%
G=40.70%
B=30.72%

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
Decimal1462081570.3000.250.18130.6539.7469.41
Hex92D09D1E01912832845
Octal222320235360312220350105
Binary1001001011010000100111011111001100110010100000111010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92D09D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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