Html Css Color HEX #A4BEA8 Gum Leaf

📋 copy color: '#A4BEA8'

red 164 ◦ green 190 ◦ blue 168

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

Shades of Gum Leaf #A4BEA8

Tints of Gum Leaf #A4BEA8

RGB

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

 GREEN value IS 190 (74.61% from 255) = 36.4%

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

R = 31.42%
G = 36.4%
B = 32.18%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#A4BEA8 (or 0xA4BEA8) is known color: Gum Leaf. HEX triplet: A4, BE and A8. RGB value is (164,190,168). Sum of RGB (Red+Green+Blue) = 164+190+168=522 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.42% from 522); Green value is 190 (74.61% from 255 or 36.40% from 522); Blue value is 168 (66.02% from 255 or 32.18% from 522); Max value from RGB is 190 - color contains mainly: green. Hex color #A4BEA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4BEA8 is #5B4157. Grayscale: #B3B3B3. Windows color (decimal): -5980504 or 11058852. OLE color: 11058852.

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

Color convert

RGB 164 190 168 -
CMYK 0.14 0 0.12 0.25
HSL 129.23º 0.17% 0.69% -
HSV(B) 129.23º 0.14% 0.75% -
XYZ 40.79 47.55 44.07 -
YUV 179.72 121.39 116.79 -
System Red Green Blue C M Y K H S L
Decimal 164 190 168 0.14 0 0.12 0.25 129.23 0.17 0.69
Hex A4 BE A8 E 0 C 19 81 11 45
Octal 244 276 250 16 0 14 31 201 21 105
Binary 10100100 10111110 10101000 1110 0 1100 11001 10000001 10001 1000101

Color Harmonies of #A4BEA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4BEA8

Black with #A4BEA8

Text Example


Text Example

White with #A4BEA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4BEA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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