Html Css Color HEX #ACCAB4 Gum Leaf

📋 copy color: '#ACCAB4'

red 172 ◦ green 202 ◦ blue 180

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

Shades of Gum Leaf #ACCAB4

Tints of Gum Leaf #ACCAB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 32.49%

R = 31.05%
G = 36.46%
B = 32.49%

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

#ACCAB4 (or 0xACCAB4) is known color: Gum Leaf. HEX triplet: AC, CA and B4. RGB value is (172,202,180). Sum of RGB (Red+Green+Blue) = 172+202+180=554 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.05% from 554); Green value is 202 (79.30% from 255 or 36.46% from 554); Blue value is 180 (70.70% from 255 or 32.49% from 554); Max value from RGB is 202 - color contains mainly: green. Hex color #ACCAB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCAB4 is #53354B. Grayscale: #BEBEBE. Windows color (decimal): -5453132 or 11848364. OLE color: 11848364.

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

Color convert

RGB 172 202 180 -
CMYK 0.15 0 0.11 0.21
HSL 136º 0.22% 0.73% -
HSV(B) 136º 0.15% 0.79% -
XYZ 46.37 54.31 51.22 -
YUV 190.52 122.06 114.79 -
System Red Green Blue C M Y K H S L
Decimal 172 202 180 0.15 0 0.11 0.21 136 0.22 0.73
Hex AC CA B4 F 0 B 15 88 16 49
Octal 254 312 264 17 0 13 25 210 26 111
Binary 10101100 11001010 10110100 1111 0 1011 10101 10001000 10110 1001001

Color Harmonies of #ACCAB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCAB4

Black with #ACCAB4

Text Example


Text Example

White with #ACCAB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCAB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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