Html Css Color HEX #ACCAB6 Gum Leaf

📋 copy color: '#ACCAB6'

red 172 ◦ green 202 ◦ blue 182

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

Shades of Gum Leaf #ACCAB6

Tints of Gum Leaf #ACCAB6

RGB

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

 GREEN value IS 202 (79.3% from 255) = 36.33%

 BLUE value IS 182 (71.48% from 255) = 32.73%

R = 30.94%
G = 36.33%
B = 32.73%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.10

 K value IS 0.21

RGB Variations

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

Color information

#ACCAB6 (or 0xACCAB6) is known color: Gum Leaf. HEX triplet: AC, CA and B6. RGB value is (172,202,182). Sum of RGB (Red+Green+Blue) = 172+202+182=556 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.94% from 556); Green value is 202 (79.30% from 255 or 36.33% from 556); Blue value is 182 (71.48% from 255 or 32.73% from 556); Max value from RGB is 202 - color contains mainly: green. Hex color #ACCAB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCAB6 is #533549. Grayscale: #BEBEBE. Windows color (decimal): -5453130 or 11979436. OLE color: 11979436.

HSL color Cylindrical-coordinate representation of color #ACCAB6: hue angle of 140º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ACCAB6 is Cyan = 0.15, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.21.

Color convert

RGB 172 202 182 -
CMYK 0.15 0 0.10 0.21
HSL 140º 0.22% 0.73% -
HSV(B) 140º 0.15% 0.79% -
XYZ 46.58 54.39 52.3 -
YUV 190.75 123.06 114.63 -
System Red Green Blue C M Y K H S L
Decimal 172 202 182 0.15 0 0.10 0.21 140 0.22 0.73
Hex AC CA B6 F 0 A 15 8C 16 49
Octal 254 312 266 17 0 12 25 214 26 111
Binary 10101100 11001010 10110110 1111 0 1010 10101 10001100 10110 1001001

Color Harmonies of #ACCAB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCAB6

Black with #ACCAB6

Text Example


Text Example

White with #ACCAB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCAB6; }

 p { color: rgb(172,202,182); }

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

background-color css

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

 a { background-color: rgb(172,202,182); }

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

border-color css

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

 span { border-color: rgb(172,202,182); }

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