Html Css Color HEX #ACC9B2 Gum Leaf

📋 copy color: '#ACC9B2'

red 172 ◦ green 201 ◦ blue 178

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

Shades of Gum Leaf #ACC9B2

Tints of Gum Leaf #ACC9B2

RGB

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

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

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

R = 31.22%
G = 36.48%
B = 32.3%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.11

 K value IS 0.21

RGB Variations

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

Color information

#ACC9B2 (or 0xACC9B2) is known color: Gum Leaf. HEX triplet: AC, C9 and B2. RGB value is (172,201,178). Sum of RGB (Red+Green+Blue) = 172+201+178=551 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.22% from 551); Green value is 201 (78.91% from 255 or 36.48% from 551); Blue value is 178 (69.92% from 255 or 32.30% from 551); Max value from RGB is 201 - color contains mainly: green. Hex color #ACC9B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC9B2 is #53364D. Grayscale: #BDBDBD. Windows color (decimal): -5453390 or 11717036. OLE color: 11717036.

HSL color Cylindrical-coordinate representation of color #ACC9B2: hue angle of 132.41º 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 #ACC9B2 is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.21.

Color convert

RGB 172 201 178 -
CMYK 0.14 0 0.11 0.21
HSL 132.41º 0.21% 0.73% -
HSV(B) 132.41º 0.14% 0.79% -
XYZ 45.94 53.76 50.07 -
YUV 189.71 121.39 115.37 -
System Red Green Blue C M Y K H S L
Decimal 172 201 178 0.14 0 0.11 0.21 132.41 0.21 0.73
Hex AC C9 B2 E 0 B 15 84 15 49
Octal 254 311 262 16 0 13 25 204 25 111
Binary 10101100 11001001 10110010 1110 0 1011 10101 10000100 10101 1001001

Color Harmonies of #ACC9B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC9B2

Black with #ACC9B2

Text Example


Text Example

White with #ACC9B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC9B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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