#A8CB56

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

Shades of Conifer #A8CB56

Tints of Conifer #A8CB56

Color information

#A8CB56 (or 0xA8CB56) is unknown color: approx Conifer. HEX triplet: A8, CB and 56. RGB value is (168,203,86). Sum of RGB (Red+Green+Blue) = 168+203+86=457 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.76% from 457); Green value is 203 (79.69% from 255 or 44.42% from 457); Blue value is 86 (33.98% from 255 or 18.82% from 457); Max value from RGB is 203 - color contains mainly: green. Hex color #A8CB56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8CB56 is #5734A9. Grayscale: #B3B3B3. Windows color (decimal): -5715114 or 5688232. OLE color: 5688232.

HSL color Cylindrical-coordinate representation of color #A8CB56: hue angle of 77.95º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A8CB56 is Cyan = 0.17, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.20.

Color convert

RGB16820386-
CMYK0.1700.580.20
HSL77.95º52.94%56.67%-
HSV(B)77.95º57.64%79.61%-
XYZ39.1851.7116.72-
YUV179.275.4120.01-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.76%
GREEN value IS 203 (79.69% from 255) = 44.42%
BLUE value IS 86 (33.98% from 255) = 18.82%
R=36.76%
G=44.42%
B=18.82%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal168203860.1700.580.2077.9552.9456.67
HexA8CB561103A144e3539
Octal25031312621072241166571
Binary10101000110010111010110100010111010101001001110110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8CB56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8CB56; }

 p { color: rgb(168,203,86); }

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

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

 a { background-color: rgb(168,203,86); }

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

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

 span { border-color: rgb(168,203,86); }

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