#92DB9B

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

Shades of Chinook #92DB9B

Tints of Chinook #92DB9B

Color information

#92DB9B (or 0x92DB9B) is unknown color: approx Chinook. HEX triplet: 92, DB and 9B. RGB value is (146,219,155). Sum of RGB (Red+Green+Blue) = 146+219+155=520 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.08% from 520); Green value is 219 (85.94% from 255 or 42.12% from 520); Blue value is 155 (60.94% from 255 or 29.81% from 520); Max value from RGB is 219 - color contains mainly: green. Hex color #92DB9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92DB9B is #6D2464. Grayscale: #BEBEBE. Windows color (decimal): -7152741 or 10214290. OLE color: 10214290.

HSL color Cylindrical-coordinate representation of color #92DB9B: hue angle of 127.4º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #92DB9B is Cyan = 0.33, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB146219155-
CMYK0.3300.290.14
HSL127.4º50.34%71.57%-
HSV(B)127.4º33.33%85.88%-
XYZ43.159.1440.15-
YUV189.88108.3296.7-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.08%
GREEN value IS 219 (85.94% from 255) = 42.12%
BLUE value IS 155 (60.94% from 255) = 29.81%
R=28.08%
G=42.12%
B=29.81%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1462191550.3300.290.14127.450.3471.57
Hex92DB9B2101DE7f3248
Octal222333233410351617762110
Binary100100101101101110011011100001011101111011111111100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92DB9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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