Html Css Color HEX #ABBCAE Gum Leaf

📋 copy color: '#ABBCAE'

red 171 ◦ green 188 ◦ blue 174

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

Shades of Gum Leaf #ABBCAE

Tints of Gum Leaf #ABBCAE

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.27%

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

R = 32.08%
G = 35.27%
B = 32.65%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#ABBCAE (or 0xABBCAE) is known color: Gum Leaf. HEX triplet: AB, BC and AE. RGB value is (171,188,174). Sum of RGB (Red+Green+Blue) = 171+188+174=533 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.08% from 533); Green value is 188 (73.83% from 255 or 35.27% from 533); Blue value is 174 (68.36% from 255 or 32.65% from 533); Max value from RGB is 188 - color contains mainly: green. Hex color #ABBCAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBCAE is #544351. Grayscale: #B5B5B5. Windows color (decimal): -5522258 or 11451563. OLE color: 11451563.

HSL color Cylindrical-coordinate representation of color #ABBCAE: hue angle of 130.59º degrees, saturation: 0.11, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ABBCAE is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB 171 188 174 -
CMYK 0.09 0 0.07 0.26
HSL 130.59º 0.11% 0.7% -
HSV(B) 130.59º 0.09% 0.74% -
XYZ 42.42 47.68 47.01 -
YUV 181.32 123.87 120.64 -
System Red Green Blue C M Y K H S L
Decimal 171 188 174 0.09 0 0.07 0.26 130.59 0.11 0.7
Hex AB BC AE 9 0 7 1A 83 B 46
Octal 253 274 256 11 0 7 32 203 13 106
Binary 10101011 10111100 10101110 1001 0 111 11010 10000011 1011 1000110

Color Harmonies of #ABBCAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBCAE

Black with #ABBCAE

Text Example


Text Example

White with #ABBCAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBCAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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