Html Css Color HEX #ACC5B2 Gum Leaf

📋 copy color: '#ACC5B2'

red 172 ◦ green 197 ◦ blue 178

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

Shades of Gum Leaf #ACC5B2

Tints of Gum Leaf #ACC5B2

RGB

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

 GREEN value IS 197 (77.34% from 255) = 36.01%

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

R = 31.44%
G = 36.01%
B = 32.54%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.10

 K value IS 0.23

RGB Variations

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

Color information

#ACC5B2 (or 0xACC5B2) is known color: Gum Leaf. HEX triplet: AC, C5 and B2. RGB value is (172,197,178). Sum of RGB (Red+Green+Blue) = 172+197+178=547 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.44% from 547); Green value is 197 (77.34% from 255 or 36.01% from 547); Blue value is 178 (69.92% from 255 or 32.54% from 547); Max value from RGB is 197 - color contains mainly: green. Hex color #ACC5B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC5B2 is #533A4D. Grayscale: #BBBBBB. Windows color (decimal): -5454414 or 11716012. OLE color: 11716012.

HSL color Cylindrical-coordinate representation of color #ACC5B2: hue angle of 134.4º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ACC5B2 is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.23.

Color convert

RGB 172 197 178 -
CMYK 0.13 0 0.10 0.23
HSL 134.4º 0.18% 0.72% -
HSV(B) 134.4º 0.13% 0.77% -
XYZ 45.02 51.92 49.77 -
YUV 187.36 122.72 117.04 -
System Red Green Blue C M Y K H S L
Decimal 172 197 178 0.13 0 0.10 0.23 134.4 0.18 0.72
Hex AC C5 B2 D 0 A 17 86 12 48
Octal 254 305 262 15 0 12 27 206 22 110
Binary 10101100 11000101 10110010 1101 0 1010 10111 10000110 10010 1001000

Color Harmonies of #ACC5B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC5B2

Black with #ACC5B2

Text Example


Text Example

White with #ACC5B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC5B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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