Html Css Color HEX #A5D9B1 Chinook

📋 copy color: '#A5D9B1'

red 165 ◦ green 217 ◦ blue 177

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

Shades of Chinook #A5D9B1

Tints of Chinook #A5D9B1

RGB

 RED value IS 165 (64.84% from 255) = 29.52%

 GREEN value IS 217 (85.16% from 255) = 38.82%

 BLUE value IS 177 (69.53% from 255) = 31.66%

R = 29.52%
G = 38.82%
B = 31.66%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#A5D9B1 (or 0xA5D9B1) is known color: Chinook. HEX triplet: A5, D9 and B1. RGB value is (165,217,177). Sum of RGB (Red+Green+Blue) = 165+217+177=559 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.52% from 559); Green value is 217 (85.16% from 255 or 38.82% from 559); Blue value is 177 (69.53% from 255 or 31.66% from 559); Max value from RGB is 217 - color contains mainly: green. Hex color #A5D9B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5D9B1 is #5A264E. Grayscale: #C5C5C5. Windows color (decimal): -5908047 or 11655589. OLE color: 11655589.

HSL color Cylindrical-coordinate representation of color #A5D9B1: hue angle of 133.85º degrees, saturation: 0.41, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A5D9B1 is Cyan = 0.24, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB 165 217 177 -
CMYK 0.24 0 0.18 0.15
HSL 133.85º 0.41% 0.75% -
HSV(B) 133.85º 0.24% 0.85% -
XYZ 48.27 60.8 50.79 -
YUV 196.89 116.77 105.25 -
System Red Green Blue C M Y K H S L
Decimal 165 217 177 0.24 0 0.18 0.15 133.85 0.41 0.75
Hex A5 D9 B1 18 0 12 F 86 29 4B
Octal 245 331 261 30 0 22 17 206 51 113
Binary 10100101 11011001 10110001 11000 0 10010 1111 10000110 101001 1001011

Color Harmonies of #A5D9B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D9B1

Black with #A5D9B1

Text Example


Text Example

White with #A5D9B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D9B1; }

 p { color: rgb(165,217,177); }

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

background-color css

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

 a { background-color: rgb(165,217,177); }

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

border-color css

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

 span { border-color: rgb(165,217,177); }

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