Html Css Color HEX #99CF9D Chinook

📋 copy color: '#99CF9D'

red 153 ◦ green 207 ◦ blue 157

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

Shades of Chinook #99CF9D

Tints of Chinook #99CF9D

RGB

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

 GREEN value IS 207 (81.25% from 255) = 40.04%

 BLUE value IS 157 (61.72% from 255) = 30.37%

R = 29.59%
G = 40.04%
B = 30.37%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.24

 K value IS 0.19

RGB Variations

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

Color information

#99CF9D (or 0x99CF9D) is known color: Chinook. HEX triplet: 99, CF and 9D. RGB value is (153,207,157). Sum of RGB (Red+Green+Blue) = 153+207+157=517 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.59% from 517); Green value is 207 (81.25% from 255 or 40.04% from 517); Blue value is 157 (61.72% from 255 or 30.37% from 517); Max value from RGB is 207 - color contains mainly: green. Hex color #99CF9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99CF9D is #663062. Grayscale: #B9B9B9. Windows color (decimal): -6697059 or 10342297. OLE color: 10342297.

HSL color Cylindrical-coordinate representation of color #99CF9D: hue angle of 124.44º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #99CF9D is Cyan = 0.26, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.19.

Color convert

RGB 153 207 157 -
CMYK 0.26 0 0.24 0.19
HSL 124.44º 0.36% 0.71% -
HSV(B) 124.44º 0.26% 0.81% -
XYZ 41.54 53.83 40.1 -
YUV 185.15 112.11 105.07 -
System Red Green Blue C M Y K H S L
Decimal 153 207 157 0.26 0 0.24 0.19 124.44 0.36 0.71
Hex 99 CF 9D 1A 0 18 13 7C 24 47
Octal 231 317 235 32 0 30 23 174 44 107
Binary 10011001 11001111 10011101 11010 0 11000 10011 1111100 100100 1000111

Color Harmonies of #99CF9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99CF9D

Black with #99CF9D

Text Example


Text Example

White with #99CF9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,207,157); }

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

background-color css

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

 a { background-color: rgb(153,207,157); }

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

border-color css

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

 span { border-color: rgb(153,207,157); }

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