#92D5A5

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

Shades of Chinook #92D5A5

Tints of Chinook #92D5A5

Color information

#92D5A5 (or 0x92D5A5) is unknown color: approx Chinook. HEX triplet: 92, D5 and A5. RGB value is (146,213,165). Sum of RGB (Red+Green+Blue) = 146+213+165=524 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.86% from 524); Green value is 213 (83.59% from 255 or 40.65% from 524); Blue value is 165 (64.84% from 255 or 31.49% from 524); Max value from RGB is 213 - color contains mainly: green. Hex color #92D5A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92D5A5 is #6D2A5A. Grayscale: #BBBBBB. Windows color (decimal): -7154267 or 10868114. OLE color: 10868114.

HSL color Cylindrical-coordinate representation of color #92D5A5: hue angle of 137.01º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #92D5A5 is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.16.

Color convert

RGB146213165-
CMYK0.3100.230.16
HSL137.01º44.37%70.39%-
HSV(B)137.01º31.46%83.53%-
XYZ42.4456.4244.25-
YUV187.5115.398.4-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.86%
GREEN value IS 213 (83.59% from 255) = 40.65%
BLUE value IS 165 (64.84% from 255) = 31.49%
R=27.86%
G=40.65%
B=31.49%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1462131650.3100.230.16137.0144.3770.39
Hex92D5A51F01710892c46
Octal222325245370272021154106
Binary1001001011010101101001011111101011110000100010011011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92D5A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,213,165); }

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

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

 a { background-color: rgb(146,213,165); }

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

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

 span { border-color: rgb(146,213,165); }

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