Html Css Color HEX #A4BBA9 Gum Leaf

📋 copy color: '#A4BBA9'

red 164 ◦ green 187 ◦ blue 169

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

Shades of Gum Leaf #A4BBA9

Tints of Gum Leaf #A4BBA9

RGB

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

 GREEN value IS 187 (73.44% from 255) = 35.96%

 BLUE value IS 169 (66.41% from 255) = 32.5%

R = 31.54%
G = 35.96%
B = 32.5%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#A4BBA9 (or 0xA4BBA9) is known color: Gum Leaf. HEX triplet: A4, BB and A9. RGB value is (164,187,169). Sum of RGB (Red+Green+Blue) = 164+187+169=520 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.54% from 520); Green value is 187 (73.44% from 255 or 35.96% from 520); Blue value is 169 (66.41% from 255 or 32.5% from 520); Max value from RGB is 187 - color contains mainly: green. Hex color #A4BBA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4BBA9 is #5B4456. Grayscale: #B2B2B2. Windows color (decimal): -5981271 or 11123620. OLE color: 11123620.

HSL color Cylindrical-coordinate representation of color #A4BBA9: hue angle of 133.04º degrees, saturation: 0.14, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A4BBA9 is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB 164 187 169 -
CMYK 0.12 0 0.10 0.27
HSL 133.04º 0.14% 0.69% -
HSV(B) 133.04º 0.12% 0.73% -
XYZ 40.24 46.3 44.35 -
YUV 178.07 122.88 117.96 -
System Red Green Blue C M Y K H S L
Decimal 164 187 169 0.12 0 0.10 0.27 133.04 0.14 0.69
Hex A4 BB A9 C 0 A 1B 85 E 45
Octal 244 273 251 14 0 12 33 205 16 105
Binary 10100100 10111011 10101001 1100 0 1010 11011 10000101 1110 1000101

Color Harmonies of #A4BBA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4BBA9

Black with #A4BBA9

Text Example


Text Example

White with #A4BBA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4BBA9; }

 p { color: rgb(164,187,169); }

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

background-color css

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

 a { background-color: rgb(164,187,169); }

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

border-color css

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

 span { border-color: rgb(164,187,169); }

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