Html Css Color HEX #ABBCAF Gum Leaf

📋 copy color: '#ABBCAF'

red 171 ◦ green 188 ◦ blue 175

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

Shades of Gum Leaf #ABBCAF

Tints of Gum Leaf #ABBCAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 32.77%

R = 32.02%
G = 35.21%
B = 32.77%

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

#ABBCAF (or 0xABBCAF) is known color: Gum Leaf. HEX triplet: AB, BC and AF. RGB value is (171,188,175). Sum of RGB (Red+Green+Blue) = 171+188+175=534 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.02% from 534); Green value is 188 (73.83% from 255 or 35.21% from 534); Blue value is 175 (68.75% from 255 or 32.77% from 534); Max value from RGB is 188 - color contains mainly: green. Hex color #ABBCAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBCAF is #544350. Grayscale: #B5B5B5. Windows color (decimal): -5522257 or 11517099. OLE color: 11517099.

HSL color Cylindrical-coordinate representation of color #ABBCAF: hue angle of 134.12º 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 #ABBCAF is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB 171 188 175 -
CMYK 0.09 0 0.07 0.26
HSL 134.12º 0.11% 0.7% -
HSV(B) 134.12º 0.09% 0.74% -
XYZ 42.52 47.72 47.53 -
YUV 181.44 124.37 120.56 -
System Red Green Blue C M Y K H S L
Decimal 171 188 175 0.09 0 0.07 0.26 134.12 0.11 0.7
Hex AB BC AF 9 0 7 1A 86 B 46
Octal 253 274 257 11 0 7 32 206 13 106
Binary 10101011 10111100 10101111 1001 0 111 11010 10000110 1011 1000110

Color Harmonies of #ABBCAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBCAF

Black with #ABBCAF

Text Example


Text Example

White with #ABBCAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBCAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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