Html Css Color HEX #ACBCB0 Gum Leaf

📋 copy color: '#ACBCB0'

red 172 ◦ green 188 ◦ blue 176

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

Shades of Gum Leaf #ACBCB0

Tints of Gum Leaf #ACBCB0

RGB

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

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

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

R = 32.09%
G = 35.07%
B = 32.84%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#ACBCB0 (or 0xACBCB0) is known color: Gum Leaf. HEX triplet: AC, BC and B0. RGB value is (172,188,176). Sum of RGB (Red+Green+Blue) = 172+188+176=536 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.09% from 536); Green value is 188 (73.83% from 255 or 35.07% from 536); Blue value is 176 (69.14% from 255 or 32.84% from 536); Max value from RGB is 188 - color contains mainly: green. Hex color #ACBCB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBCB0 is #53434F. Grayscale: #B5B5B5. Windows color (decimal): -5456720 or 11582636. OLE color: 11582636.

HSL color Cylindrical-coordinate representation of color #ACBCB0: hue angle of 135º degrees, saturation: 0.11, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ACBCB0 is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB 172 188 176 -
CMYK 0.09 0 0.06 0.26
HSL 135º 0.11% 0.71% -
HSV(B) 135º 0.09% 0.74% -
XYZ 42.83 47.87 48.06 -
YUV 181.85 124.7 120.98 -
System Red Green Blue C M Y K H S L
Decimal 172 188 176 0.09 0 0.06 0.26 135 0.11 0.71
Hex AC BC B0 9 0 6 1A 87 B 47
Octal 254 274 260 11 0 6 32 207 13 107
Binary 10101100 10111100 10110000 1001 0 110 11010 10000111 1011 1000111

Color Harmonies of #ACBCB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBCB0

Black with #ACBCB0

Text Example


Text Example

White with #ACBCB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBCB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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