#A3CB54

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

Shades of Conifer #A3CB54

Tints of Conifer #A3CB54

Color information

#A3CB54 (or 0xA3CB54) is unknown color: approx Conifer. HEX triplet: A3, CB and 54. RGB value is (163,203,84). Sum of RGB (Red+Green+Blue) = 163+203+84=450 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.22% from 450); Green value is 203 (79.69% from 255 or 45.11% from 450); Blue value is 84 (33.20% from 255 or 18.67% from 450); Max value from RGB is 203 - color contains mainly: green. Hex color #A3CB54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3CB54 is #5C34AB. Grayscale: #B1B1B1. Windows color (decimal): -6042796 or 5557155. OLE color: 5557155.

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

Color convert

RGB16320384-
CMYK0.2000.590.20
HSL80.17º53.36%56.27%-
HSV(B)80.17º58.62%79.61%-
XYZ38.0651.1416.25-
YUV177.4775.25117.68-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.22%
GREEN value IS 203 (79.69% from 255) = 45.11%
BLUE value IS 84 (33.20% from 255) = 18.67%
R=36.22%
G=45.11%
B=18.67%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal163203840.2000.590.2080.1753.3656.27
HexA3CB541403B14503538
Octal24331312424073241206570
Binary10100011110010111010100101000111011101001010000110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3CB54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3CB54; }

 p { color: rgb(163,203,84); }

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

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

 a { background-color: rgb(163,203,84); }

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

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

 span { border-color: rgb(163,203,84); }

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