#92DBA7

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

Shades of Chinook #92DBA7

Tints of Chinook #92DBA7

Color information

#92DBA7 (or 0x92DBA7) is unknown color: approx Chinook. HEX triplet: 92, DB and A7. RGB value is (146,219,167). Sum of RGB (Red+Green+Blue) = 146+219+167=532 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.44% from 532); Green value is 219 (85.94% from 255 or 41.17% from 532); Blue value is 167 (65.62% from 255 or 31.39% from 532); Max value from RGB is 219 - color contains mainly: green. Hex color #92DBA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92DBA7 is #6D2458. Grayscale: #BFBFBF. Windows color (decimal): -7152729 or 11000722. OLE color: 11000722.

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

Color convert

RGB146219167-
CMYK0.3300.240.14
HSL137.26º50.34%71.57%-
HSV(B)137.26º33.33%85.88%-
XYZ44.1659.5645.73-
YUV191.24114.3295.73-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.44%
GREEN value IS 219 (85.94% from 255) = 41.17%
BLUE value IS 167 (65.62% from 255) = 31.39%
R=27.44%
G=41.17%
B=31.39%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1462191670.3300.240.14137.2650.3471.57
Hex92DBA721018E893248
Octal222333247410301621162110
Binary1001001011011011101001111000010110001110100010011100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92DBA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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