Html Css Color HEX #ABC5B5 Gum Leaf

📋 copy color: '#ABC5B5'

red 171 ◦ green 197 ◦ blue 181

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

Shades of Gum Leaf #ABC5B5

Tints of Gum Leaf #ABC5B5

RGB

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

 GREEN value IS 197 (77.34% from 255) = 35.88%

 BLUE value IS 181 (71.09% from 255) = 32.97%

R = 31.15%
G = 35.88%
B = 32.97%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.08

 K value IS 0.23

RGB Variations

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

Color information

#ABC5B5 (or 0xABC5B5) is known color: Gum Leaf. HEX triplet: AB, C5 and B5. RGB value is (171,197,181). Sum of RGB (Red+Green+Blue) = 171+197+181=549 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.15% from 549); Green value is 197 (77.34% from 255 or 35.88% from 549); Blue value is 181 (71.09% from 255 or 32.97% from 549); Max value from RGB is 197 - color contains mainly: green. Hex color #ABC5B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC5B5 is #543A4A. Grayscale: #BBBBBB. Windows color (decimal): -5519947 or 11912619. OLE color: 11912619.

HSL color Cylindrical-coordinate representation of color #ABC5B5: hue angle of 143.08º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ABC5B5 is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.23.

Color convert

RGB 171 197 181 -
CMYK 0.13 0 0.08 0.23
HSL 143.08º 0.18% 0.72% -
HSV(B) 143.08º 0.13% 0.77% -
XYZ 45.1 51.93 51.36 -
YUV 187.4 124.39 116.3 -
System Red Green Blue C M Y K H S L
Decimal 171 197 181 0.13 0 0.08 0.23 143.08 0.18 0.72
Hex AB C5 B5 D 0 8 17 8F 12 48
Octal 253 305 265 15 0 10 27 217 22 110
Binary 10101011 11000101 10110101 1101 0 1000 10111 10001111 10010 1001000

Color Harmonies of #ABC5B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC5B5

Black with #ABC5B5

Text Example


Text Example

White with #ABC5B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC5B5; }

 p { color: rgb(171,197,181); }

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

background-color css

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

 a { background-color: rgb(171,197,181); }

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

border-color css

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

 span { border-color: rgb(171,197,181); }

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