Html Css Color HEX #A4BBA8 Gum Leaf

📋 copy color: '#A4BBA8'

red 164 ◦ green 187 ◦ blue 168

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

Shades of Gum Leaf #A4BBA8

Tints of Gum Leaf #A4BBA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 32.37%

R = 31.6%
G = 36.03%
B = 32.37%

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

#A4BBA8 (or 0xA4BBA8) is known color: Gum Leaf. HEX triplet: A4, BB and A8. RGB value is (164,187,168). Sum of RGB (Red+Green+Blue) = 164+187+168=519 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.60% from 519); Green value is 187 (73.44% from 255 or 36.03% from 519); Blue value is 168 (66.02% from 255 or 32.37% from 519); Max value from RGB is 187 - color contains mainly: green. Hex color #A4BBA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4BBA8 is #5B4457. Grayscale: #B2B2B2. Windows color (decimal): -5981272 or 11058084. OLE color: 11058084.

HSL color Cylindrical-coordinate representation of color #A4BBA8: hue angle of 130.43º 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 #A4BBA8 is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB 164 187 168 -
CMYK 0.12 0 0.10 0.27
HSL 130.43º 0.14% 0.69% -
HSV(B) 130.43º 0.12% 0.73% -
XYZ 40.15 46.26 43.86 -
YUV 177.96 122.38 118.04 -
System Red Green Blue C M Y K H S L
Decimal 164 187 168 0.12 0 0.10 0.27 130.43 0.14 0.69
Hex A4 BB A8 C 0 A 1B 82 E 45
Octal 244 273 250 14 0 12 33 202 16 105
Binary 10100100 10111011 10101000 1100 0 1010 11011 10000010 1110 1000101

Color Harmonies of #A4BBA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4BBA8

Black with #A4BBA8

Text Example


Text Example

White with #A4BBA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4BBA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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