#A8C95B

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

Shades of Conifer #A8C95B

Tints of Conifer #A8C95B

Color information

#A8C95B (or 0xA8C95B) is unknown color: approx Conifer. HEX triplet: A8, C9 and 5B. RGB value is (168,201,91). Sum of RGB (Red+Green+Blue) = 168+201+91=460 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.52% from 460); Green value is 201 (78.91% from 255 or 43.70% from 460); Blue value is 91 (35.94% from 255 or 19.78% from 460); Max value from RGB is 201 - color contains mainly: green. Hex color #A8C95B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C95B is #5736A4. Grayscale: #B2B2B2. Windows color (decimal): -5715621 or 6015400. OLE color: 6015400.

HSL color Cylindrical-coordinate representation of color #A8C95B: hue angle of 78º 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 #A8C95B is Cyan = 0.16, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.21.

Color convert

RGB16820191-
CMYK0.1600.550.21
HSL78º50.46%57.25%-
HSV(B)78º54.73%78.82%-
XYZ38.9250.8517.66-
YUV178.5978.57120.44-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.52%
GREEN value IS 201 (78.91% from 255) = 43.70%
BLUE value IS 91 (35.94% from 255) = 19.78%
R=36.52%
G=43.70%
B=19.78%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal168201910.1600.550.217850.4657.25
HexA8C95B10037154e3239
Octal25031113320067251166271
Binary10101000110010011011011100000110111101011001110110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C95B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C95B; }

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

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

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

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

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

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

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

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