#abc95b

Color #ABC95B Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #ABC95B

Tints of Conifer #ABC95B

Color information

#ABC95B (or 0xABC95B) is unknown color: approx Conifer. HEX triplet: AB, C9 and 5B. RGB value is (171,201,91). Sum of RGB (Red+Green+Blue) = 171+201+91=463 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.93% from 463); Green value is 201 (78.91% from 255 or 43.41% from 463); Blue value is 91 (35.94% from 255 or 19.65% from 463); Max value from RGB is 201 - color contains mainly: green. Hex color #ABC95B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC95B is #5436A4. Grayscale: #B3B3B3. Windows color (decimal): -5519013 or 6015403. OLE color: 6015403.

HSL color Cylindrical-coordinate representation of color #ABC95B: hue angle of 76.36º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ABC95B is Cyan = 0.15, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.21.

Color convert

RGB17120191-
CMYK0.1500.550.21
HSL76.36º50.46%57.25%-
HSV(B)76.36º54.73%78.82%-
XYZ39.5751.1917.69-
YUV179.4978.06121.94-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.93%
GREEN value IS 201 (78.91% from 255) = 43.41%
BLUE value IS 91 (35.94% from 255) = 19.65%
R=36.93%
G=43.41%
B=19.65%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal171201910.1500.550.2176.3650.4657.25
HexABC95BF037154c3239
Octal25331113317067251146271
Binary1010101111001001101101111110110111101011001100110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #abc95b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #abc95b; }

 p { color: rgb(171,201,91); }

 H1.HeaderClassName
 {
   color: #abc95b;
 }
 .AnyTagClassName
 {
   color: #abc95b;
 }
</style>
background-color css

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

 a { background-color: rgb(171,201,91); }

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

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

 span { border-color: rgb(171,201,91); }

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