Html Css Color HEX #ABBDAE Gum Leaf

📋 copy color: '#ABBDAE'

red 171 ◦ green 189 ◦ blue 174

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

Shades of Gum Leaf #ABBDAE

Tints of Gum Leaf #ABBDAE

RGB

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

 GREEN value IS 189 (74.22% from 255) = 35.39%

 BLUE value IS 174 (68.36% from 255) = 32.58%

R = 32.02%
G = 35.39%
B = 32.58%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#ABBDAE (or 0xABBDAE) is known color: Gum Leaf. HEX triplet: AB, BD and AE. RGB value is (171,189,174). Sum of RGB (Red+Green+Blue) = 171+189+174=534 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.02% from 534); Green value is 189 (74.22% from 255 or 35.39% from 534); Blue value is 174 (68.36% from 255 or 32.58% from 534); Max value from RGB is 189 - color contains mainly: green. Hex color #ABBDAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBDAE is #544251. Grayscale: #B5B5B5. Windows color (decimal): -5522002 or 11451819. OLE color: 11451819.

HSL color Cylindrical-coordinate representation of color #ABBDAE: hue angle of 130º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ABBDAE is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB 171 189 174 -
CMYK 0.10 0 0.08 0.26
HSL 130º 0.12% 0.71% -
HSV(B) 130º 0.1% 0.74% -
XYZ 42.63 48.11 47.08 -
YUV 181.91 123.54 120.22 -
System Red Green Blue C M Y K H S L
Decimal 171 189 174 0.10 0 0.08 0.26 130 0.12 0.71
Hex AB BD AE A 0 8 1A 82 C 47
Octal 253 275 256 12 0 10 32 202 14 107
Binary 10101011 10111101 10101110 1010 0 1000 11010 10000010 1100 1000111

Color Harmonies of #ABBDAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBDAE

Black with #ABBDAE

Text Example


Text Example

White with #ABBDAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBDAE; }

 p { color: rgb(171,189,174); }

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

background-color css

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

 a { background-color: rgb(171,189,174); }

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

border-color css

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

 span { border-color: rgb(171,189,174); }

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