Html Css Color HEX #99D29B Chinook

📋 copy color: '#99D29B'

red 153 ◦ green 210 ◦ blue 155

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

Shades of Chinook #99D29B

Tints of Chinook #99D29B

RGB

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

 GREEN value IS 210 (82.42% from 255) = 40.54%

 BLUE value IS 155 (60.94% from 255) = 29.92%

R = 29.54%
G = 40.54%
B = 29.92%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#99D29B (or 0x99D29B) is known color: Chinook. HEX triplet: 99, D2 and 9B. RGB value is (153,210,155). Sum of RGB (Red+Green+Blue) = 153+210+155=518 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.54% from 518); Green value is 210 (82.42% from 255 or 40.54% from 518); Blue value is 155 (60.94% from 255 or 29.92% from 518); Max value from RGB is 210 - color contains mainly: green. Hex color #99D29B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99D29B is #662D64. Grayscale: #BABABA. Windows color (decimal): -6696293 or 10211993. OLE color: 10211993.

HSL color Cylindrical-coordinate representation of color #99D29B: hue angle of 122.11º degrees, saturation: 0.39, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #99D29B is Cyan = 0.27, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.

Color convert

RGB 153 210 155 -
CMYK 0.27 0 0.26 0.18
HSL 122.11º 0.39% 0.71% -
HSV(B) 122.11º 0.27% 0.82% -
XYZ 42.1 55.23 39.45 -
YUV 186.69 110.12 103.97 -
System Red Green Blue C M Y K H S L
Decimal 153 210 155 0.27 0 0.26 0.18 122.11 0.39 0.71
Hex 99 D2 9B 1B 0 1A 12 7A 27 47
Octal 231 322 233 33 0 32 22 172 47 107
Binary 10011001 11010010 10011011 11011 0 11010 10010 1111010 100111 1000111

Color Harmonies of #99D29B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99D29B

Black with #99D29B

Text Example


Text Example

White with #99D29B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,210,155); }

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

background-color css

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

 a { background-color: rgb(153,210,155); }

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

border-color css

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

 span { border-color: rgb(153,210,155); }

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