Html Css Color HEX #ACBFB2 Gum Leaf

📋 copy color: '#ACBFB2'

red 172 ◦ green 191 ◦ blue 178

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

Shades of Gum Leaf #ACBFB2

Tints of Gum Leaf #ACBFB2

RGB

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

 GREEN value IS 191 (75% from 255) = 35.3%

 BLUE value IS 178 (69.92% from 255) = 32.9%

R = 31.79%
G = 35.3%
B = 32.9%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#ACBFB2 (or 0xACBFB2) is known color: Gum Leaf. HEX triplet: AC, BF and B2. RGB value is (172,191,178). Sum of RGB (Red+Green+Blue) = 172+191+178=541 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.79% from 541); Green value is 191 (75% from 255 or 35.30% from 541); Blue value is 178 (69.92% from 255 or 32.90% from 541); Max value from RGB is 191 - color contains mainly: green. Hex color #ACBFB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBFB2 is #53404D. Grayscale: #B7B7B7. Windows color (decimal): -5455950 or 11714476. OLE color: 11714476.

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

Color convert

RGB 172 191 178 -
CMYK 0.10 0 0.07 0.25
HSL 138.95º 0.13% 0.71% -
HSV(B) 138.95º 0.1% 0.75% -
XYZ 43.68 49.25 49.32 -
YUV 183.84 124.71 119.56 -
System Red Green Blue C M Y K H S L
Decimal 172 191 178 0.10 0 0.07 0.25 138.95 0.13 0.71
Hex AC BF B2 A 0 7 19 8B D 47
Octal 254 277 262 12 0 7 31 213 15 107
Binary 10101100 10111111 10110010 1010 0 111 11001 10001011 1101 1000111

Color Harmonies of #ACBFB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBFB2

Black with #ACBFB2

Text Example


Text Example

White with #ACBFB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBFB2; }

 p { color: rgb(172,191,178); }

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

background-color css

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

 a { background-color: rgb(172,191,178); }

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

border-color css

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

 span { border-color: rgb(172,191,178); }

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