Html Css Color HEX #A4BCA8 Gum Leaf

📋 copy color: '#A4BCA8'

red 164 ◦ green 188 ◦ blue 168

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

Shades of Gum Leaf #A4BCA8

Tints of Gum Leaf #A4BCA8

RGB

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

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

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

R = 31.54%
G = 36.15%
B = 32.31%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.11

 K value IS 0.26

RGB Variations

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

Color information

#A4BCA8 (or 0xA4BCA8) is known color: Gum Leaf. HEX triplet: A4, BC and A8. RGB value is (164,188,168). Sum of RGB (Red+Green+Blue) = 164+188+168=520 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.54% from 520); Green value is 188 (73.83% from 255 or 36.15% from 520); Blue value is 168 (66.02% from 255 or 32.31% from 520); Max value from RGB is 188 - color contains mainly: green. Hex color #A4BCA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4BCA8 is #5B4357. Grayscale: #B2B2B2. Windows color (decimal): -5981016 or 11058340. OLE color: 11058340.

HSL color Cylindrical-coordinate representation of color #A4BCA8: hue angle of 130º 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 #A4BCA8 is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.

Color convert

RGB 164 188 168 -
CMYK 0.13 0 0.11 0.26
HSL 130º 0.15% 0.69% -
HSV(B) 130º 0.13% 0.74% -
XYZ 40.36 46.69 43.93 -
YUV 178.54 122.05 117.63 -
System Red Green Blue C M Y K H S L
Decimal 164 188 168 0.13 0 0.11 0.26 130 0.15 0.69
Hex A4 BC A8 D 0 B 1A 82 F 45
Octal 244 274 250 15 0 13 32 202 17 105
Binary 10100100 10111100 10101000 1101 0 1011 11010 10000010 1111 1000101

Color Harmonies of #A4BCA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4BCA8

Black with #A4BCA8

Text Example


Text Example

White with #A4BCA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4BCA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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