Html Css Color HEX #ACC9B4 Gum Leaf

📋 copy color: '#ACC9B4'

red 172 ◦ green 201 ◦ blue 180

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

Shades of Gum Leaf #ACC9B4

Tints of Gum Leaf #ACC9B4

RGB

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

 GREEN value IS 201 (78.91% from 255) = 36.35%

 BLUE value IS 180 (70.7% from 255) = 32.55%

R = 31.1%
G = 36.35%
B = 32.55%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.10

 K value IS 0.21

RGB Variations

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

Color information

#ACC9B4 (or 0xACC9B4) is known color: Gum Leaf. HEX triplet: AC, C9 and B4. RGB value is (172,201,180). Sum of RGB (Red+Green+Blue) = 172+201+180=553 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.10% from 553); Green value is 201 (78.91% from 255 or 36.35% from 553); Blue value is 180 (70.70% from 255 or 32.55% from 553); Max value from RGB is 201 - color contains mainly: green. Hex color #ACC9B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC9B4 is #53364B. Grayscale: #BDBDBD. Windows color (decimal): -5453388 or 11848108. OLE color: 11848108.

HSL color Cylindrical-coordinate representation of color #ACC9B4: hue angle of 136.55º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ACC9B4 is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.21.

Color convert

RGB 172 201 180 -
CMYK 0.14 0 0.10 0.21
HSL 136.55º 0.21% 0.73% -
HSV(B) 136.55º 0.14% 0.79% -
XYZ 46.14 53.84 51.14 -
YUV 189.94 122.39 115.21 -
System Red Green Blue C M Y K H S L
Decimal 172 201 180 0.14 0 0.10 0.21 136.55 0.21 0.73
Hex AC C9 B4 E 0 A 15 89 15 49
Octal 254 311 264 16 0 12 25 211 25 111
Binary 10101100 11001001 10110100 1110 0 1010 10101 10001001 10101 1001001

Color Harmonies of #ACC9B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC9B4

Black with #ACC9B4

Text Example


Text Example

White with #ACC9B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC9B4; }

 p { color: rgb(172,201,180); }

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

background-color css

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

 a { background-color: rgb(172,201,180); }

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

border-color css

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

 span { border-color: rgb(172,201,180); }

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