Html Css Color HEX #ABCDB1 Gum Leaf

📋 copy color: '#ABCDB1'

red 171 ◦ green 205 ◦ blue 177

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

Shades of Gum Leaf #ABCDB1

Tints of Gum Leaf #ABCDB1

RGB

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

 GREEN value IS 205 (80.47% from 255) = 37.07%

 BLUE value IS 177 (69.53% from 255) = 32.01%

R = 30.92%
G = 37.07%
B = 32.01%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.14

 K value IS 0.20

RGB Variations

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

Color information

#ABCDB1 (or 0xABCDB1) is known color: Gum Leaf. HEX triplet: AB, CD and B1. RGB value is (171,205,177). Sum of RGB (Red+Green+Blue) = 171+205+177=553 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.92% from 553); Green value is 205 (80.47% from 255 or 37.07% from 553); Blue value is 177 (69.53% from 255 or 32.01% from 553); Max value from RGB is 205 - color contains mainly: green. Hex color #ABCDB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCDB1 is #54324E. Grayscale: #BFBFBF. Windows color (decimal): -5517903 or 11652523. OLE color: 11652523.

HSL color Cylindrical-coordinate representation of color #ABCDB1: hue angle of 130.59º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ABCDB1 is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB 171 205 177 -
CMYK 0.17 0 0.14 0.20
HSL 130.59º 0.25% 0.74% -
HSV(B) 130.59º 0.17% 0.8% -
XYZ 46.56 55.49 49.85 -
YUV 191.64 119.74 113.28 -
System Red Green Blue C M Y K H S L
Decimal 171 205 177 0.17 0 0.14 0.20 130.59 0.25 0.74
Hex AB CD B1 11 0 E 14 83 19 4A
Octal 253 315 261 21 0 16 24 203 31 112
Binary 10101011 11001101 10110001 10001 0 1110 10100 10000011 11001 1001010

Color Harmonies of #ABCDB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCDB1

Black with #ABCDB1

Text Example


Text Example

White with #ABCDB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCDB1; }

 p { color: rgb(171,205,177); }

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

background-color css

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

 a { background-color: rgb(171,205,177); }

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

border-color css

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

 span { border-color: rgb(171,205,177); }

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