#A5BC34

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

Shades of Yellow Green #A5BC34

Tints of Yellow Green #A5BC34

Color information

#A5BC34 (or 0xA5BC34) is unknown color: approx Yellow Green. HEX triplet: A5, BC and 34. RGB value is (165,188,52). Sum of RGB (Red+Green+Blue) = 165+188+52=405 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.74% from 405); Green value is 188 (73.83% from 255 or 46.42% from 405); Blue value is 52 (20.70% from 255 or 12.84% from 405); Max value from RGB is 188 - color contains mainly: green. Hex color #A5BC34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5BC34 is #5A43CB. Grayscale: #A6A6A6. Windows color (decimal): -5915596 or 3456165. OLE color: 3456165.

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

Color convert

RGB16518852-
CMYK0.1200.720.26
HSL70.15º56.67%47.06%-
HSV(B)70.15º72.34%73.73%-
XYZ34.1244.219.98-
YUV165.6263.88127.56-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.74%
GREEN value IS 188 (73.83% from 255) = 46.42%
BLUE value IS 52 (20.70% from 255) = 12.84%
R=40.74%
G=46.42%
B=12.84%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal165188520.1200.720.2670.1556.6747.06
HexA5BC34C0481A46392f
Octal24527464140110321067157
Binary1010010110111100110100110001001000110101000110111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BC34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BC34; }

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

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

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

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

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

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

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

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