Html Css Color HEX #ACCAB3 Gum Leaf

📋 copy color: '#ACCAB3'

red 172 ◦ green 202 ◦ blue 179

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

Shades of Gum Leaf #ACCAB3

Tints of Gum Leaf #ACCAB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 32.37%

R = 31.1%
G = 36.53%
B = 32.37%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.11

 K value IS 0.21

RGB Variations

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

Color information

#ACCAB3 (or 0xACCAB3) is known color: Gum Leaf. HEX triplet: AC, CA and B3. RGB value is (172,202,179). Sum of RGB (Red+Green+Blue) = 172+202+179=553 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.10% from 553); Green value is 202 (79.30% from 255 or 36.53% from 553); Blue value is 179 (70.31% from 255 or 32.37% from 553); Max value from RGB is 202 - color contains mainly: green. Hex color #ACCAB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCAB3 is #53354C. Grayscale: #BEBEBE. Windows color (decimal): -5453133 or 11782828. OLE color: 11782828.

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

Color convert

RGB 172 202 179 -
CMYK 0.15 0 0.11 0.21
HSL 134º 0.22% 0.73% -
HSV(B) 134º 0.15% 0.79% -
XYZ 46.27 54.27 50.68 -
YUV 190.41 121.56 114.87 -
System Red Green Blue C M Y K H S L
Decimal 172 202 179 0.15 0 0.11 0.21 134 0.22 0.73
Hex AC CA B3 F 0 B 15 86 16 49
Octal 254 312 263 17 0 13 25 206 26 111
Binary 10101100 11001010 10110011 1111 0 1011 10101 10000110 10110 1001001

Color Harmonies of #ACCAB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCAB3

Black with #ACCAB3

Text Example


Text Example

White with #ACCAB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCAB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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