Html Css Color HEX #99CB9F Chinook

📋 copy color: '#99CB9F'

red 153 ◦ green 203 ◦ blue 159

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

Shades of Chinook #99CB9F

Tints of Chinook #99CB9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 30.87%

R = 29.71%
G = 39.42%
B = 30.87%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.22

 K value IS 0.20

RGB Variations

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

Color information

#99CB9F (or 0x99CB9F) is known color: Chinook. HEX triplet: 99, CB and 9F. RGB value is (153,203,159). Sum of RGB (Red+Green+Blue) = 153+203+159=515 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.71% from 515); Green value is 203 (79.69% from 255 or 39.42% from 515); Blue value is 159 (62.5% from 255 or 30.87% from 515); Max value from RGB is 203 - color contains mainly: green. Hex color #99CB9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99CB9F is #663460. Grayscale: #B7B7B7. Windows color (decimal): -6698081 or 10472345. OLE color: 10472345.

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

Color convert

RGB 153 203 159 -
CMYK 0.25 0 0.22 0.20
HSL 127.2º 0.32% 0.7% -
HSV(B) 127.2º 0.25% 0.8% -
XYZ 40.75 51.99 40.69 -
YUV 183.03 114.44 106.58 -
System Red Green Blue C M Y K H S L
Decimal 153 203 159 0.25 0 0.22 0.20 127.2 0.32 0.7
Hex 99 CB 9F 19 0 16 14 7F 20 46
Octal 231 313 237 31 0 26 24 177 40 106
Binary 10011001 11001011 10011111 11001 0 10110 10100 1111111 100000 1000110

Color Harmonies of #99CB9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99CB9F

Black with #99CB9F

Text Example


Text Example

White with #99CB9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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