Html Css Color HEX #ACBEB0 Gum Leaf

📋 copy color: '#ACBEB0'

red 172 ◦ green 190 ◦ blue 176

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

Shades of Gum Leaf #ACBEB0

Tints of Gum Leaf #ACBEB0

RGB

 RED value IS 172 (67.58% from 255) = 31.97%

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

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

R = 31.97%
G = 35.32%
B = 32.71%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#ACBEB0 (or 0xACBEB0) is known color: Gum Leaf. HEX triplet: AC, BE and B0. RGB value is (172,190,176). Sum of RGB (Red+Green+Blue) = 172+190+176=538 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.97% from 538); Green value is 190 (74.61% from 255 or 35.32% from 538); Blue value is 176 (69.14% from 255 or 32.71% from 538); Max value from RGB is 190 - color contains mainly: green. Hex color #ACBEB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBEB0 is #53414F. Grayscale: #B7B7B7. Windows color (decimal): -5456208 or 11583148. OLE color: 11583148.

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

Color convert

RGB 172 190 176 -
CMYK 0.09 0 0.07 0.25
HSL 133.33º 0.12% 0.71% -
HSV(B) 133.33º 0.09% 0.75% -
XYZ 43.26 48.73 48.2 -
YUV 183.02 124.04 120.14 -
System Red Green Blue C M Y K H S L
Decimal 172 190 176 0.09 0 0.07 0.25 133.33 0.12 0.71
Hex AC BE B0 9 0 7 19 85 C 47
Octal 254 276 260 11 0 7 31 205 14 107
Binary 10101100 10111110 10110000 1001 0 111 11001 10000101 1100 1000111

Color Harmonies of #ACBEB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBEB0

Black with #ACBEB0

Text Example


Text Example

White with #ACBEB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBEB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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