Html Css Color HEX #ACCCB2 Gum Leaf

📋 copy color: '#ACCCB2'

red 172 ◦ green 204 ◦ blue 178

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

Shades of Gum Leaf #ACCCB2

Tints of Gum Leaf #ACCCB2

RGB

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

 GREEN value IS 204 (80.08% from 255) = 36.82%

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

R = 31.05%
G = 36.82%
B = 32.13%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.13

 K value IS 0.2

RGB Variations

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

Color information

#ACCCB2 (or 0xACCCB2) is known color: Gum Leaf. HEX triplet: AC, CC and B2. RGB value is (172,204,178). Sum of RGB (Red+Green+Blue) = 172+204+178=554 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.05% from 554); Green value is 204 (80.08% from 255 or 36.82% from 554); Blue value is 178 (69.92% from 255 or 32.13% from 554); Max value from RGB is 204 - color contains mainly: green. Hex color #ACCCB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCCB2 is #53334D. Grayscale: #BFBFBF. Windows color (decimal): -5452622 or 11717804. OLE color: 11717804.

HSL color Cylindrical-coordinate representation of color #ACCCB2: hue angle of 131.25º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ACCCB2 is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.2.

Color convert

RGB 172 204 178 -
CMYK 0.16 0 0.13 0.2
HSL 131.25º 0.24% 0.74% -
HSV(B) 131.25º 0.16% 0.8% -
XYZ 46.64 55.17 50.31 -
YUV 191.47 120.4 114.11 -
System Red Green Blue C M Y K H S L
Decimal 172 204 178 0.16 0 0.13 0.2 131.25 0.24 0.74
Hex AC CC B2 10 0 D 14 83 18 4A
Octal 254 314 262 20 0 15 24 203 30 112
Binary 10101100 11001100 10110010 10000 0 1101 10100 10000011 11000 1001010

Color Harmonies of #ACCCB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCCB2

Black with #ACCCB2

Text Example


Text Example

White with #ACCCB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCCB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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