Html Css Color HEX #A4DBB0 Chinook

📋 copy color: '#A4DBB0'

red 164 ◦ green 219 ◦ blue 176

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

Shades of Chinook #A4DBB0

Tints of Chinook #A4DBB0

RGB

 RED value IS 164 (64.45% from 255) = 29.34%

 GREEN value IS 219 (85.94% from 255) = 39.18%

 BLUE value IS 176 (69.14% from 255) = 31.48%

R = 29.34%
G = 39.18%
B = 31.48%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#A4DBB0 (or 0xA4DBB0) is known color: Chinook. HEX triplet: A4, DB and B0. RGB value is (164,219,176). Sum of RGB (Red+Green+Blue) = 164+219+176=559 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.34% from 559); Green value is 219 (85.94% from 255 or 39.18% from 559); Blue value is 176 (69.14% from 255 or 31.48% from 559); Max value from RGB is 219 - color contains mainly: green. Hex color #A4DBB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4DBB0 is #5B244F. Grayscale: #C5C5C5. Windows color (decimal): -5973072 or 11590564. OLE color: 11590564.

HSL color Cylindrical-coordinate representation of color #A4DBB0: hue angle of 133.09º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A4DBB0 is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB 164 219 176 -
CMYK 0.25 0 0.20 0.14
HSL 133.09º 0.43% 0.75% -
HSV(B) 133.09º 0.25% 0.86% -
XYZ 48.48 61.69 50.43 -
YUV 197.65 115.78 104 -
System Red Green Blue C M Y K H S L
Decimal 164 219 176 0.25 0 0.20 0.14 133.09 0.43 0.75
Hex A4 DB B0 19 0 14 E 85 2B 4B
Octal 244 333 260 31 0 24 16 205 53 113
Binary 10100100 11011011 10110000 11001 0 10100 1110 10000101 101011 1001011

Color Harmonies of #A4DBB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4DBB0

Black with #A4DBB0

Text Example


Text Example

White with #A4DBB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4DBB0; }

 p { color: rgb(164,219,176); }

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

background-color css

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

 a { background-color: rgb(164,219,176); }

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

border-color css

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

 span { border-color: rgb(164,219,176); }

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