Html Css Color HEX #ACCEB2 Gum Leaf

📋 copy color: '#ACCEB2'

red 172 ◦ green 206 ◦ blue 178

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

Shades of Gum Leaf #ACCEB2

Tints of Gum Leaf #ACCEB2

RGB

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

 GREEN value IS 206 (80.86% from 255) = 37.05%

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

R = 30.94%
G = 37.05%
B = 32.01%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#ACCEB2 (or 0xACCEB2) is known color: Gum Leaf. HEX triplet: AC, CE and B2. RGB value is (172,206,178). Sum of RGB (Red+Green+Blue) = 172+206+178=556 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.94% from 556); Green value is 206 (80.86% from 255 or 37.05% from 556); Blue value is 178 (69.92% from 255 or 32.01% from 556); Max value from RGB is 206 - color contains mainly: green. Hex color #ACCEB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCEB2 is #53314D. Grayscale: #C0C0C0. Windows color (decimal): -5452110 or 11718316. OLE color: 11718316.

HSL color Cylindrical-coordinate representation of color #ACCEB2: hue angle of 130.59º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ACCEB2 is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB 172 206 178 -
CMYK 0.17 0 0.14 0.19
HSL 130.59º 0.26% 0.74% -
HSV(B) 130.59º 0.17% 0.81% -
XYZ 47.12 56.13 50.47 -
YUV 192.64 119.74 113.28 -
System Red Green Blue C M Y K H S L
Decimal 172 206 178 0.17 0 0.14 0.19 130.59 0.26 0.74
Hex AC CE B2 11 0 E 13 83 1A 4A
Octal 254 316 262 21 0 16 23 203 32 112
Binary 10101100 11001110 10110010 10001 0 1110 10011 10000011 11010 1001010

Color Harmonies of #ACCEB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCEB2

Black with #ACCEB2

Text Example


Text Example

White with #ACCEB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCEB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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