Html Css Color HEX #ABC9B2 Gum Leaf

📋 copy color: '#ABC9B2'

red 171 ◦ green 201 ◦ blue 178

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

Shades of Gum Leaf #ABC9B2

Tints of Gum Leaf #ABC9B2

RGB

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

 GREEN value IS 201 (78.91% from 255) = 36.55%

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

R = 31.09%
G = 36.55%
B = 32.36%

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

#ABC9B2 (or 0xABC9B2) is known color: Gum Leaf. HEX triplet: AB, C9 and B2. RGB value is (171,201,178). Sum of RGB (Red+Green+Blue) = 171+201+178=550 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.09% from 550); Green value is 201 (78.91% from 255 or 36.55% from 550); Blue value is 178 (69.92% from 255 or 32.36% from 550); Max value from RGB is 201 - color contains mainly: green. Hex color #ABC9B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC9B2 is #54364D. Grayscale: #BDBDBD. Windows color (decimal): -5518926 or 11717035. OLE color: 11717035.

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

Color convert

RGB 171 201 178 -
CMYK 0.15 0 0.11 0.21
HSL 134º 0.22% 0.73% -
HSV(B) 134º 0.15% 0.79% -
XYZ 45.72 53.65 50.06 -
YUV 189.41 121.56 114.87 -
System Red Green Blue C M Y K H S L
Decimal 171 201 178 0.15 0 0.11 0.21 134 0.22 0.73
Hex AB C9 B2 F 0 B 15 86 16 49
Octal 253 311 262 17 0 13 25 206 26 111
Binary 10101011 11001001 10110010 1111 0 1011 10101 10000110 10110 1001001

Color Harmonies of #ABC9B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC9B2

Black with #ABC9B2

Text Example


Text Example

White with #ABC9B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC9B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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