#92DF9C

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

Shades of Chinook #92DF9C

Tints of Chinook #92DF9C

Color information

#92DF9C (or 0x92DF9C) is unknown color: approx Chinook. HEX triplet: 92, DF and 9C. RGB value is (146,223,156). Sum of RGB (Red+Green+Blue) = 146+223+156=525 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.81% from 525); Green value is 223 (87.5% from 255 or 42.48% from 525); Blue value is 156 (61.33% from 255 or 29.71% from 525); Max value from RGB is 223 - color contains mainly: green. Hex color #92DF9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92DF9C is #6D2063. Grayscale: #C0C0C0. Windows color (decimal): -7151716 or 10280850. OLE color: 10280850.

HSL color Cylindrical-coordinate representation of color #92DF9C: hue angle of 127.79º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #92DF9C is Cyan = 0.35, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB146223156-
CMYK0.3500.300.13
HSL127.79º54.61%72.35%-
HSV(B)127.79º34.53%87.45%-
XYZ44.2461.2940.95-
YUV192.34107.4994.95-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.81%
GREEN value IS 223 (87.5% from 255) = 42.48%
BLUE value IS 156 (61.33% from 255) = 29.71%
R=27.81%
G=42.48%
B=29.71%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1462231560.3500.300.13127.7954.6172.35
Hex92DF9C2301ED803748
Octal222337234430361520067110
Binary1001001011011111100111001000110111101101100000001101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92DF9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,223,156); }

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

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

 a { background-color: rgb(146,223,156); }

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

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

 span { border-color: rgb(146,223,156); }

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