Html Css Color HEX #A8BEAC Gum Leaf

📋 copy color: '#A8BEAC'

red 168 ◦ green 190 ◦ blue 172

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

Shades of Gum Leaf #A8BEAC

Tints of Gum Leaf #A8BEAC

RGB

 RED value IS 168 (66.02% from 255) = 31.7%

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

 BLUE value IS 172 (67.58% from 255) = 32.45%

R = 31.7%
G = 35.85%
B = 32.45%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#A8BEAC (or 0xA8BEAC) is known color: Gum Leaf. HEX triplet: A8, BE and AC. RGB value is (168,190,172). Sum of RGB (Red+Green+Blue) = 168+190+172=530 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.70% from 530); Green value is 190 (74.61% from 255 or 35.85% from 530); Blue value is 172 (67.58% from 255 or 32.45% from 530); Max value from RGB is 190 - color contains mainly: green. Hex color #A8BEAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BEAC is #574153. Grayscale: #B5B5B5. Windows color (decimal): -5718356 or 11321000. OLE color: 11321000.

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

Color convert

RGB 168 190 172 -
CMYK 0.12 0 0.09 0.25
HSL 130.91º 0.14% 0.7% -
HSV(B) 130.91º 0.12% 0.75% -
XYZ 42.01 48.13 46.11 -
YUV 181.37 122.71 118.46 -
System Red Green Blue C M Y K H S L
Decimal 168 190 172 0.12 0 0.09 0.25 130.91 0.14 0.7
Hex A8 BE AC C 0 9 19 83 E 46
Octal 250 276 254 14 0 11 31 203 16 106
Binary 10101000 10111110 10101100 1100 0 1001 11001 10000011 1110 1000110

Color Harmonies of #A8BEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BEAC

Black with #A8BEAC

Text Example


Text Example

White with #A8BEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BEAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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