Html Css Color HEX #ABCFB3 Gum Leaf

📋 copy color: '#ABCFB3'

red 171 ◦ green 207 ◦ blue 179

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

Shades of Gum Leaf #ABCFB3

Tints of Gum Leaf #ABCFB3

RGB

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

 GREEN value IS 207 (81.25% from 255) = 37.16%

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

R = 30.7%
G = 37.16%
B = 32.14%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#ABCFB3 (or 0xABCFB3) is known color: Gum Leaf. HEX triplet: AB, CF and B3. RGB value is (171,207,179). Sum of RGB (Red+Green+Blue) = 171+207+179=557 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.70% from 557); Green value is 207 (81.25% from 255 or 37.16% from 557); Blue value is 179 (70.31% from 255 or 32.14% from 557); Max value from RGB is 207 - color contains mainly: green. Hex color #ABCFB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCFB3 is #54304C. Grayscale: #C1C1C1. Windows color (decimal): -5517389 or 11784107. OLE color: 11784107.

HSL color Cylindrical-coordinate representation of color #ABCFB3: hue angle of 133.33º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ABCFB3 is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB 171 207 179 -
CMYK 0.17 0 0.14 0.19
HSL 133.33º 0.27% 0.74% -
HSV(B) 133.33º 0.17% 0.81% -
XYZ 47.24 56.54 51.07 -
YUV 193.04 120.07 112.28 -
System Red Green Blue C M Y K H S L
Decimal 171 207 179 0.17 0 0.14 0.19 133.33 0.27 0.74
Hex AB CF B3 11 0 E 13 85 1B 4A
Octal 253 317 263 21 0 16 23 205 33 112
Binary 10101011 11001111 10110011 10001 0 1110 10011 10000101 11011 1001010

Color Harmonies of #ABCFB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCFB3

Black with #ABCFB3

Text Example


Text Example

White with #ABCFB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCFB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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