Html Css Color HEX #ABD7B3 Gum Leaf

📋 copy color: '#ABD7B3'

red 171 ◦ green 215 ◦ blue 179

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

Shades of Gum Leaf #ABD7B3

Tints of Gum Leaf #ABD7B3

RGB

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

 GREEN value IS 215 (84.38% from 255) = 38.05%

 BLUE value IS 179 (70.31% from 255) = 31.68%

R = 30.27%
G = 38.05%
B = 31.68%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#ABD7B3 (or 0xABD7B3) is known color: Gum Leaf. HEX triplet: AB, D7 and B3. RGB value is (171,215,179). Sum of RGB (Red+Green+Blue) = 171+215+179=565 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.27% from 565); Green value is 215 (84.38% from 255 or 38.05% from 565); Blue value is 179 (70.31% from 255 or 31.68% from 565); Max value from RGB is 215 - color contains mainly: green. Hex color #ABD7B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD7B3 is #54284C. Grayscale: #C5C5C5. Windows color (decimal): -5515341 or 11786155. OLE color: 11786155.

HSL color Cylindrical-coordinate representation of color #ABD7B3: hue angle of 130.91º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ABD7B3 is Cyan = 0.20, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB 171 215 179 -
CMYK 0.20 0 0.17 0.16
HSL 130.91º 0.35% 0.76% -
HSV(B) 130.91º 0.2% 0.84% -
XYZ 49.23 60.51 51.73 -
YUV 197.74 117.42 108.93 -
System Red Green Blue C M Y K H S L
Decimal 171 215 179 0.20 0 0.17 0.16 130.91 0.35 0.76
Hex AB D7 B3 14 0 11 10 83 23 4C
Octal 253 327 263 24 0 21 20 203 43 114
Binary 10101011 11010111 10110011 10100 0 10001 10000 10000011 100011 1001100

Color Harmonies of #ABD7B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABD7B3

Black with #ABD7B3

Text Example


Text Example

White with #ABD7B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABD7B3; }

 p { color: rgb(171,215,179); }

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

background-color css

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

 a { background-color: rgb(171,215,179); }

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

border-color css

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

 span { border-color: rgb(171,215,179); }

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