Html Css Color HEX #ABCFB2 Gum Leaf

📋 copy color: '#ABCFB2'

red 171 ◦ green 207 ◦ blue 178

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

Shades of Gum Leaf #ABCFB2

Tints of Gum Leaf #ABCFB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 32.01%

R = 30.76%
G = 37.23%
B = 32.01%

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

#ABCFB2 (or 0xABCFB2) is known color: Gum Leaf. HEX triplet: AB, CF and B2. RGB value is (171,207,178). Sum of RGB (Red+Green+Blue) = 171+207+178=556 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.76% from 556); Green value is 207 (81.25% from 255 or 37.23% from 556); Blue value is 178 (69.92% from 255 or 32.01% from 556); Max value from RGB is 207 - color contains mainly: green. Hex color #ABCFB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCFB2 is #54304D. Grayscale: #C1C1C1. Windows color (decimal): -5517390 or 11718571. OLE color: 11718571.

HSL color Cylindrical-coordinate representation of color #ABCFB2: hue angle of 131.67º 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 #ABCFB2 is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB 171 207 178 -
CMYK 0.17 0 0.14 0.19
HSL 131.67º 0.27% 0.74% -
HSV(B) 131.67º 0.17% 0.81% -
XYZ 47.14 56.5 50.54 -
YUV 192.93 119.57 112.36 -
System Red Green Blue C M Y K H S L
Decimal 171 207 178 0.17 0 0.14 0.19 131.67 0.27 0.74
Hex AB CF B2 11 0 E 13 84 1B 4A
Octal 253 317 262 21 0 16 23 204 33 112
Binary 10101011 11001111 10110010 10001 0 1110 10011 10000100 11011 1001010

Color Harmonies of #ABCFB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCFB2

Black with #ABCFB2

Text Example


Text Example

White with #ABCFB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCFB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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