#99CD9E

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

Shades of Chinook #99CD9E

Tints of Chinook #99CD9E

Color information

#99CD9E (or 0x99CD9E) is unknown color: approx Chinook. HEX triplet: 99, CD and 9E. RGB value is (153,205,158). Sum of RGB (Red+Green+Blue) = 153+205+158=516 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.65% from 516); Green value is 205 (80.47% from 255 or 39.73% from 516); Blue value is 158 (62.11% from 255 or 30.62% from 516); Max value from RGB is 205 - color contains mainly: green. Hex color #99CD9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99CD9E is #663261. Grayscale: #B8B8B8. Windows color (decimal): -6697570 or 10407321. OLE color: 10407321.

HSL color Cylindrical-coordinate representation of color #99CD9E: hue angle of 125.77º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #99CD9E is Cyan = 0.25, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.

Color convert

RGB153205158-
CMYK0.2500.230.20
HSL125.77º34.21%70.2%-
HSV(B)125.77º25.37%80.39%-
XYZ41.1452.940.39-
YUV184.09113.27105.82-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.65%
GREEN value IS 205 (80.47% from 255) = 39.73%
BLUE value IS 158 (62.11% from 255) = 30.62%
R=29.65%
G=39.73%
B=30.62%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1532051580.2500.230.20125.7734.2170.2
Hex99CD9E19017147e2246
Octal231315236310272417642106
Binary100110011100110110011110110010101111010011111101000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CD9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99CD9E; }

 p { color: rgb(153,205,158); }

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

<style>
 a { background-color: #99CD9E; }

 a { background-color: rgb(153,205,158); }

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

<style>
 span { border-color: #99CD9E; }

 span { border-color: rgb(153,205,158); }

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