Html Css Color HEX #ABCDB5 Gum Leaf

📋 copy color: '#ABCDB5'

red 171 ◦ green 205 ◦ blue 181

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

Shades of Gum Leaf #ABCDB5

Tints of Gum Leaf #ABCDB5

RGB

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

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

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

R = 30.7%
G = 36.8%
B = 32.5%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.12

 K value IS 0.20

RGB Variations

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

Color information

#ABCDB5 (or 0xABCDB5) is known color: Gum Leaf. HEX triplet: AB, CD and B5. RGB value is (171,205,181). Sum of RGB (Red+Green+Blue) = 171+205+181=557 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.70% from 557); Green value is 205 (80.47% from 255 or 36.80% from 557); Blue value is 181 (71.09% from 255 or 32.50% from 557); Max value from RGB is 205 - color contains mainly: green. Hex color #ABCDB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCDB5 is #54324A. Grayscale: #C0C0C0. Windows color (decimal): -5517899 or 11914667. OLE color: 11914667.

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

Color convert

RGB 171 205 181 -
CMYK 0.17 0 0.12 0.20
HSL 137.65º 0.25% 0.74% -
HSV(B) 137.65º 0.17% 0.8% -
XYZ 46.97 55.66 51.98 -
YUV 192.1 121.74 112.95 -
System Red Green Blue C M Y K H S L
Decimal 171 205 181 0.17 0 0.12 0.20 137.65 0.25 0.74
Hex AB CD B5 11 0 C 14 8A 19 4A
Octal 253 315 265 21 0 14 24 212 31 112
Binary 10101011 11001101 10110101 10001 0 1100 10100 10001010 11001 1001010

Color Harmonies of #ABCDB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCDB5

Black with #ABCDB5

Text Example


Text Example

White with #ABCDB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCDB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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