Html Css Color HEX #ACBBAE Gum Leaf

📋 copy color: '#ACBBAE'

red 172 ◦ green 187 ◦ blue 174

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

Shades of Gum Leaf #ACBBAE

Tints of Gum Leaf #ACBBAE

RGB

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

 GREEN value IS 187 (73.44% from 255) = 35.08%

 BLUE value IS 174 (68.36% from 255) = 32.65%

R = 32.27%
G = 35.08%
B = 32.65%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#ACBBAE (or 0xACBBAE) is known color: Gum Leaf. HEX triplet: AC, BB and AE. RGB value is (172,187,174). Sum of RGB (Red+Green+Blue) = 172+187+174=533 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.27% from 533); Green value is 187 (73.44% from 255 or 35.08% from 533); Blue value is 174 (68.36% from 255 or 32.65% from 533); Max value from RGB is 187 - color contains mainly: green. Hex color #ACBBAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBBAE is #534451. Grayscale: #B5B5B5. Windows color (decimal): -5456978 or 11451308. OLE color: 11451308.

HSL color Cylindrical-coordinate representation of color #ACBBAE: hue angle of 128º degrees, saturation: 0.1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ACBBAE is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB 172 187 174 -
CMYK 0.08 0 0.07 0.27
HSL 128º 0.1% 0.7% -
HSV(B) 128º 0.08% 0.73% -
XYZ 42.42 47.37 46.95 -
YUV 181.03 124.03 121.56 -
System Red Green Blue C M Y K H S L
Decimal 172 187 174 0.08 0 0.07 0.27 128 0.1 0.7
Hex AC BB AE 8 0 7 1B 80 A 46
Octal 254 273 256 10 0 7 33 200 12 106
Binary 10101100 10111011 10101110 1000 0 111 11011 10000000 1010 1000110

Color Harmonies of #ACBBAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBBAE

Black with #ACBBAE

Text Example


Text Example

White with #ACBBAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBBAE; }

 p { color: rgb(172,187,174); }

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

background-color css

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

 a { background-color: rgb(172,187,174); }

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

border-color css

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

 span { border-color: rgb(172,187,174); }

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