Html Css Color HEX #ACC0B1 Gum Leaf

📋 copy color: '#ACC0B1'

red 172 ◦ green 192 ◦ blue 177

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

Shades of Gum Leaf #ACC0B1

Tints of Gum Leaf #ACC0B1

RGB

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

 GREEN value IS 192 (75.39% from 255) = 35.49%

 BLUE value IS 177 (69.53% from 255) = 32.72%

R = 31.79%
G = 35.49%
B = 32.72%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#ACC0B1 (or 0xACC0B1) is known color: Gum Leaf. HEX triplet: AC, C0 and B1. RGB value is (172,192,177). Sum of RGB (Red+Green+Blue) = 172+192+177=541 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.79% from 541); Green value is 192 (75.39% from 255 or 35.49% from 541); Blue value is 177 (69.53% from 255 or 32.72% from 541); Max value from RGB is 192 - color contains mainly: green. Hex color #ACC0B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC0B1 is #533F4E. Grayscale: #B8B8B8. Windows color (decimal): -5455695 or 11649196. OLE color: 11649196.

HSL color Cylindrical-coordinate representation of color #ACC0B1: hue angle of 135º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ACC0B1 is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB 172 192 177 -
CMYK 0.10 0 0.08 0.25
HSL 135º 0.14% 0.71% -
HSV(B) 135º 0.1% 0.75% -
XYZ 43.8 49.64 48.87 -
YUV 184.31 123.87 119.22 -
System Red Green Blue C M Y K H S L
Decimal 172 192 177 0.10 0 0.08 0.25 135 0.14 0.71
Hex AC C0 B1 A 0 8 19 87 E 47
Octal 254 300 261 12 0 10 31 207 16 107
Binary 10101100 11000000 10110001 1010 0 1000 11001 10000111 1110 1000111

Color Harmonies of #ACC0B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC0B1

Black with #ACC0B1

Text Example


Text Example

White with #ACC0B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC0B1; }

 p { color: rgb(172,192,177); }

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

background-color css

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

 a { background-color: rgb(172,192,177); }

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

border-color css

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

 span { border-color: rgb(172,192,177); }

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