Html Css Color HEX #99CB9C Chinook

📋 copy color: '#99CB9C'

red 153 ◦ green 203 ◦ blue 156

#99CB9C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chinook #99CB9C

Tints of Chinook #99CB9C

RGB

 RED value IS 153 (60.16% from 255) = 29.88%

 GREEN value IS 203 (79.69% from 255) = 39.65%

 BLUE value IS 156 (61.33% from 255) = 30.47%

R = 29.88%
G = 39.65%
B = 30.47%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.23

 K value IS 0.20

RGB Variations

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

Color information

#99CB9C (or 0x99CB9C) is known color: Chinook. HEX triplet: 99, CB and 9C. RGB value is (153,203,156). Sum of RGB (Red+Green+Blue) = 153+203+156=512 (67% of max value = 765). Red value is 153 (60.16% from 255 or 29.88% from 512); Green value is 203 (79.69% from 255 or 39.65% from 512); Blue value is 156 (61.33% from 255 or 30.47% from 512); Max value from RGB is 203 - color contains mainly: green. Hex color #99CB9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99CB9C is #663463. Grayscale: #B6B6B6. Windows color (decimal): -6698084 or 10275737. OLE color: 10275737.

HSL color Cylindrical-coordinate representation of color #99CB9C: hue angle of 123.6º degrees, saturation: 0.32, 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 #99CB9C is Cyan = 0.25, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.

Color convert

RGB 153 203 156 -
CMYK 0.25 0 0.23 0.20
HSL 123.6º 0.32% 0.7% -
HSV(B) 123.6º 0.25% 0.8% -
XYZ 40.49 51.88 39.33 -
YUV 182.69 112.94 106.82 -
System Red Green Blue C M Y K H S L
Decimal 153 203 156 0.25 0 0.23 0.20 123.6 0.32 0.7
Hex 99 CB 9C 19 0 17 14 7C 20 46
Octal 231 313 234 31 0 27 24 174 40 106
Binary 10011001 11001011 10011100 11001 0 10111 10100 1111100 100000 1000110

Color Harmonies of #99CB9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99CB9C

Black with #99CB9C

Text Example


Text Example

White with #99CB9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,203,156); }

 H1.HeaderClassName
 {
   color: #99CB9C;
 }
 .AnyTagClassName
 {
   color: #99CB9C;
 }
</style>

background-color css

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

 a { background-color: rgb(153,203,156); }

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

border-color css

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

 span { border-color: rgb(153,203,156); }

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