Html Css Color HEX #ACCAB7 Gum Leaf

📋 copy color: '#ACCAB7'

red 172 ◦ green 202 ◦ blue 183

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

Shades of Gum Leaf #ACCAB7

Tints of Gum Leaf #ACCAB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 32.85%

R = 30.88%
G = 36.27%
B = 32.85%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.09

 K value IS 0.21

RGB Variations

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

Color information

#ACCAB7 (or 0xACCAB7) is known color: Gum Leaf. HEX triplet: AC, CA and B7. RGB value is (172,202,183). Sum of RGB (Red+Green+Blue) = 172+202+183=557 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.88% from 557); Green value is 202 (79.30% from 255 or 36.27% from 557); Blue value is 183 (71.88% from 255 or 32.85% from 557); Max value from RGB is 202 - color contains mainly: green. Hex color #ACCAB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCAB7 is #533548. Grayscale: #BEBEBE. Windows color (decimal): -5453129 or 12044972. OLE color: 12044972.

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

Color convert

RGB 172 202 183 -
CMYK 0.15 0 0.09 0.21
HSL 142º 0.22% 0.73% -
HSV(B) 142º 0.15% 0.79% -
XYZ 46.68 54.43 52.85 -
YUV 190.86 123.56 114.54 -
System Red Green Blue C M Y K H S L
Decimal 172 202 183 0.15 0 0.09 0.21 142 0.22 0.73
Hex AC CA B7 F 0 9 15 8E 16 49
Octal 254 312 267 17 0 11 25 216 26 111
Binary 10101100 11001010 10110111 1111 0 1001 10101 10001110 10110 1001001

Color Harmonies of #ACCAB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCAB7

Black with #ACCAB7

Text Example


Text Example

White with #ACCAB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCAB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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