Html Css Color HEX #ABCDB0 Gum Leaf

📋 copy color: '#ABCDB0'

red 171 ◦ green 205 ◦ blue 176

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

Shades of Gum Leaf #ABCDB0

Tints of Gum Leaf #ABCDB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 31.88%

R = 30.98%
G = 37.14%
B = 31.88%

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

#ABCDB0 (or 0xABCDB0) is known color: Gum Leaf. HEX triplet: AB, CD and B0. RGB value is (171,205,176). Sum of RGB (Red+Green+Blue) = 171+205+176=552 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.98% from 552); Green value is 205 (80.47% from 255 or 37.14% from 552); Blue value is 176 (69.14% from 255 or 31.88% from 552); Max value from RGB is 205 - color contains mainly: green. Hex color #ABCDB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCDB0 is #54324F. Grayscale: #BFBFBF. Windows color (decimal): -5517904 or 11586987. OLE color: 11586987.

HSL color Cylindrical-coordinate representation of color #ABCDB0: hue angle of 128.82º 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 #ABCDB0 is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB 171 205 176 -
CMYK 0.17 0 0.14 0.20
HSL 128.82º 0.25% 0.74% -
HSV(B) 128.82º 0.17% 0.8% -
XYZ 46.46 55.46 49.33 -
YUV 191.53 119.24 113.36 -
System Red Green Blue C M Y K H S L
Decimal 171 205 176 0.17 0 0.14 0.20 128.82 0.25 0.74
Hex AB CD B0 11 0 E 14 81 19 4A
Octal 253 315 260 21 0 16 24 201 31 112
Binary 10101011 11001101 10110000 10001 0 1110 10100 10000001 11001 1001010

Color Harmonies of #ABCDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCDB0

Black with #ABCDB0

Text Example


Text Example

White with #ABCDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCDB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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