Html Css Color HEX #ABCAB2 Gum Leaf

📋 copy color: '#ABCAB2'

red 171 ◦ green 202 ◦ blue 178

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

Shades of Gum Leaf #ABCAB2

Tints of Gum Leaf #ABCAB2

RGB

 RED value IS 171 (67.19% from 255) = 31.03%

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

 BLUE value IS 178 (69.92% from 255) = 32.3%

R = 31.03%
G = 36.66%
B = 32.3%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.12

 K value IS 0.21

RGB Variations

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

Color information

#ABCAB2 (or 0xABCAB2) is known color: Gum Leaf. HEX triplet: AB, CA and B2. RGB value is (171,202,178). Sum of RGB (Red+Green+Blue) = 171+202+178=551 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.03% from 551); Green value is 202 (79.30% from 255 or 36.66% from 551); Blue value is 178 (69.92% from 255 or 32.30% from 551); Max value from RGB is 202 - color contains mainly: green. Hex color #ABCAB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCAB2 is #54354D. Grayscale: #BEBEBE. Windows color (decimal): -5518670 or 11717291. OLE color: 11717291.

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

Color convert

RGB 171 202 178 -
CMYK 0.15 0 0.12 0.21
HSL 133.55º 0.23% 0.73% -
HSV(B) 133.55º 0.15% 0.79% -
XYZ 45.95 54.11 50.14 -
YUV 190 121.23 114.45 -
System Red Green Blue C M Y K H S L
Decimal 171 202 178 0.15 0 0.12 0.21 133.55 0.23 0.73
Hex AB CA B2 F 0 C 15 86 17 49
Octal 253 312 262 17 0 14 25 206 27 111
Binary 10101011 11001010 10110010 1111 0 1100 10101 10000110 10111 1001001

Color Harmonies of #ABCAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCAB2

Black with #ABCAB2

Text Example


Text Example

White with #ABCAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCAB2; }

 p { color: rgb(171,202,178); }

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

background-color css

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

 a { background-color: rgb(171,202,178); }

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

border-color css

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

 span { border-color: rgb(171,202,178); }

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