Html Css Color HEX #A4BCAB Gum Leaf

📋 copy color: '#A4BCAB'

red 164 ◦ green 188 ◦ blue 171

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

Shades of Gum Leaf #A4BCAB

Tints of Gum Leaf #A4BCAB

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.95%

 BLUE value IS 171 (67.19% from 255) = 32.7%

R = 31.36%
G = 35.95%
B = 32.7%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#A4BCAB (or 0xA4BCAB) is known color: Gum Leaf. HEX triplet: A4, BC and AB. RGB value is (164,188,171). Sum of RGB (Red+Green+Blue) = 164+188+171=523 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.36% from 523); Green value is 188 (73.83% from 255 or 35.95% from 523); Blue value is 171 (67.19% from 255 or 32.70% from 523); Max value from RGB is 188 - color contains mainly: green. Hex color #A4BCAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4BCAB is #5B4354. Grayscale: #B2B2B2. Windows color (decimal): -5981013 or 11254948. OLE color: 11254948.

HSL color Cylindrical-coordinate representation of color #A4BCAB: hue angle of 137.5º degrees, saturation: 0.15, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A4BCAB is Cyan = 0.13, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB 164 188 171 -
CMYK 0.13 0 0.09 0.26
HSL 137.5º 0.15% 0.69% -
HSV(B) 137.5º 0.13% 0.74% -
XYZ 40.64 46.8 45.42 -
YUV 178.89 123.55 117.38 -
System Red Green Blue C M Y K H S L
Decimal 164 188 171 0.13 0 0.09 0.26 137.5 0.15 0.69
Hex A4 BC AB D 0 9 1A 8A F 45
Octal 244 274 253 15 0 11 32 212 17 105
Binary 10100100 10111100 10101011 1101 0 1001 11010 10001010 1111 1000101

Color Harmonies of #A4BCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4BCAB

Black with #A4BCAB

Text Example


Text Example

White with #A4BCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4BCAB; }

 p { color: rgb(164,188,171); }

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

background-color css

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

 a { background-color: rgb(164,188,171); }

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

border-color css

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

 span { border-color: rgb(164,188,171); }

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