Html Css Color HEX #ACCAB5 Gum Leaf

📋 copy color: '#ACCAB5'

red 172 ◦ green 202 ◦ blue 181

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

Shades of Gum Leaf #ACCAB5

Tints of Gum Leaf #ACCAB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 32.61%

R = 30.99%
G = 36.4%
B = 32.61%

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

#ACCAB5 (or 0xACCAB5) is known color: Gum Leaf. HEX triplet: AC, CA and B5. RGB value is (172,202,181). Sum of RGB (Red+Green+Blue) = 172+202+181=555 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.99% from 555); Green value is 202 (79.30% from 255 or 36.40% from 555); Blue value is 181 (71.09% from 255 or 32.61% from 555); Max value from RGB is 202 - color contains mainly: green. Hex color #ACCAB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCAB5 is #53354A. Grayscale: #BEBEBE. Windows color (decimal): -5453131 or 11913900. OLE color: 11913900.

HSL color Cylindrical-coordinate representation of color #ACCAB5: hue angle of 138º 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 #ACCAB5 is Cyan = 0.15, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.21.

Color convert

RGB 172 202 181 -
CMYK 0.15 0 0.10 0.21
HSL 138º 0.22% 0.73% -
HSV(B) 138º 0.15% 0.79% -
XYZ 46.47 54.35 51.76 -
YUV 190.64 122.56 114.71 -
System Red Green Blue C M Y K H S L
Decimal 172 202 181 0.15 0 0.10 0.21 138 0.22 0.73
Hex AC CA B5 F 0 A 15 8A 16 49
Octal 254 312 265 17 0 12 25 212 26 111
Binary 10101100 11001010 10110101 1111 0 1010 10101 10001010 10110 1001001

Color Harmonies of #ACCAB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCAB5

Black with #ACCAB5

Text Example


Text Example

White with #ACCAB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCAB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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