Html Css Color HEX #A4CEB0 Gum Leaf

📋 copy color: '#A4CEB0'

red 164 ◦ green 206 ◦ blue 176

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

Shades of Gum Leaf #A4CEB0

Tints of Gum Leaf #A4CEB0

RGB

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

 GREEN value IS 206 (80.86% from 255) = 37.73%

 BLUE value IS 176 (69.14% from 255) = 32.23%

R = 30.04%
G = 37.73%
B = 32.23%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#A4CEB0 (or 0xA4CEB0) is known color: Gum Leaf. HEX triplet: A4, CE and B0. RGB value is (164,206,176). Sum of RGB (Red+Green+Blue) = 164+206+176=546 (72% of max value = 765). Red value is 164 (64.45% from 255 or 30.04% from 546); Green value is 206 (80.86% from 255 or 37.73% from 546); Blue value is 176 (69.14% from 255 or 32.23% from 546); Max value from RGB is 206 - color contains mainly: green. Hex color #A4CEB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4CEB0 is #5B314F. Grayscale: #BEBEBE. Windows color (decimal): -5976400 or 11587236. OLE color: 11587236.

HSL color Cylindrical-coordinate representation of color #A4CEB0: hue angle of 137.14º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A4CEB0 is Cyan = 0.20, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB 164 206 176 -
CMYK 0.20 0 0.15 0.19
HSL 137.14º 0.3% 0.73% -
HSV(B) 137.14º 0.2% 0.81% -
XYZ 45.22 55.17 49.34 -
YUV 190.02 120.09 109.44 -
System Red Green Blue C M Y K H S L
Decimal 164 206 176 0.20 0 0.15 0.19 137.14 0.3 0.73
Hex A4 CE B0 14 0 F 13 89 1E 49
Octal 244 316 260 24 0 17 23 211 36 111
Binary 10100100 11001110 10110000 10100 0 1111 10011 10001001 11110 1001001

Color Harmonies of #A4CEB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4CEB0

Black with #A4CEB0

Text Example


Text Example

White with #A4CEB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4CEB0; }

 p { color: rgb(164,206,176); }

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

background-color css

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

 a { background-color: rgb(164,206,176); }

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

border-color css

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

 span { border-color: rgb(164,206,176); }

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