Html Css Color HEX #ACC5B3 Gum Leaf

📋 copy color: '#ACC5B3'

red 172 ◦ green 197 ◦ blue 179

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

Shades of Gum Leaf #ACC5B3

Tints of Gum Leaf #ACC5B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 32.66%

R = 31.39%
G = 35.95%
B = 32.66%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.09

 K value IS 0.23

RGB Variations

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

Color information

#ACC5B3 (or 0xACC5B3) is known color: Gum Leaf. HEX triplet: AC, C5 and B3. RGB value is (172,197,179). Sum of RGB (Red+Green+Blue) = 172+197+179=548 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.39% from 548); Green value is 197 (77.34% from 255 or 35.95% from 548); Blue value is 179 (70.31% from 255 or 32.66% from 548); Max value from RGB is 197 - color contains mainly: green. Hex color #ACC5B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC5B3 is #533A4C. Grayscale: #BBBBBB. Windows color (decimal): -5454413 or 11781548. OLE color: 11781548.

HSL color Cylindrical-coordinate representation of color #ACC5B3: hue angle of 136.8º 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 #ACC5B3 is Cyan = 0.13, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.23.

Color convert

RGB 172 197 179 -
CMYK 0.13 0 0.09 0.23
HSL 136.8º 0.18% 0.72% -
HSV(B) 136.8º 0.13% 0.77% -
XYZ 45.12 51.96 50.3 -
YUV 187.47 123.22 116.96 -
System Red Green Blue C M Y K H S L
Decimal 172 197 179 0.13 0 0.09 0.23 136.8 0.18 0.72
Hex AC C5 B3 D 0 9 17 89 12 48
Octal 254 305 263 15 0 11 27 211 22 110
Binary 10101100 11000101 10110011 1101 0 1001 10111 10001001 10010 1001000

Color Harmonies of #ACC5B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC5B3

Black with #ACC5B3

Text Example


Text Example

White with #ACC5B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC5B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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