#A5BC36

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

Shades of Yellow Green #A5BC36

Tints of Yellow Green #A5BC36

Color information

#A5BC36 (or 0xA5BC36) is unknown color: approx Yellow Green. HEX triplet: A5, BC and 36. RGB value is (165,188,54). Sum of RGB (Red+Green+Blue) = 165+188+54=407 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.54% from 407); Green value is 188 (73.83% from 255 or 46.19% from 407); Blue value is 54 (21.48% from 255 or 13.27% from 407); Max value from RGB is 188 - color contains mainly: green. Hex color #A5BC36 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5BC36 is #5A43C9. Grayscale: #A6A6A6. Windows color (decimal): -5915594 or 3587237. OLE color: 3587237.

HSL color Cylindrical-coordinate representation of color #A5BC36: hue angle of 70.3º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A5BC36 is Cyan = 0.12, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.26.

Color convert

RGB16518854-
CMYK0.1200.710.26
HSL70.3º55.37%47.45%-
HSV(B)70.3º71.28%73.73%-
XYZ34.1744.2310.23-
YUV165.8564.88127.4-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.54%
GREEN value IS 188 (73.83% from 255) = 46.19%
BLUE value IS 54 (21.48% from 255) = 13.27%
R=40.54%
G=46.19%
B=13.27%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal165188540.1200.710.2670.355.3747.45
HexA5BC36C0471A46372f
Octal24527466140107321066757
Binary1010010110111100110110110001000111110101000110110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BC36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BC36; }

 p { color: rgb(165,188,54); }

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

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

 a { background-color: rgb(165,188,54); }

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

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

 span { border-color: rgb(165,188,54); }

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