Html Css Color HEX #99D7A5 Chinook

📋 copy color: '#99D7A5'

red 153 ◦ green 215 ◦ blue 165

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

Shades of Chinook #99D7A5

Tints of Chinook #99D7A5

RGB

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

 GREEN value IS 215 (84.38% from 255) = 40.34%

 BLUE value IS 165 (64.84% from 255) = 30.96%

R = 28.71%
G = 40.34%
B = 30.96%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#99D7A5 (or 0x99D7A5) is known color: Chinook. HEX triplet: 99, D7 and A5. RGB value is (153,215,165). Sum of RGB (Red+Green+Blue) = 153+215+165=533 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.71% from 533); Green value is 215 (84.38% from 255 or 40.34% from 533); Blue value is 165 (64.84% from 255 or 30.96% from 533); Max value from RGB is 215 - color contains mainly: green. Hex color #99D7A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99D7A5 is #66285A. Grayscale: #BEBEBE. Windows color (decimal): -6695003 or 10868633. OLE color: 10868633.

HSL color Cylindrical-coordinate representation of color #99D7A5: hue angle of 131.61º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #99D7A5 is Cyan = 0.29, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.16.

Color convert

RGB 153 215 165 -
CMYK 0.29 0 0.23 0.16
HSL 131.61º 0.44% 0.72% -
HSV(B) 131.61º 0.29% 0.84% -
XYZ 44.23 58.09 44.48 -
YUV 190.76 113.46 101.07 -
System Red Green Blue C M Y K H S L
Decimal 153 215 165 0.29 0 0.23 0.16 131.61 0.44 0.72
Hex 99 D7 A5 1D 0 17 10 84 2C 48
Octal 231 327 245 35 0 27 20 204 54 110
Binary 10011001 11010111 10100101 11101 0 10111 10000 10000100 101100 1001000

Color Harmonies of #99D7A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99D7A5

Black with #99D7A5

Text Example


Text Example

White with #99D7A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,215,165); }

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

background-color css

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

 a { background-color: rgb(153,215,165); }

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

border-color css

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

 span { border-color: rgb(153,215,165); }

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