#A5BC20

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

Shades of Bahia #A5BC20

Tints of Bahia #A5BC20

Color information

#A5BC20 (or 0xA5BC20) is unknown color: approx Bahia. HEX triplet: A5, BC and 20. RGB value is (165,188,32). Sum of RGB (Red+Green+Blue) = 165+188+32=385 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.86% from 385); Green value is 188 (73.83% from 255 or 48.83% from 385); Blue value is 32 (12.89% from 255 or 8.31% from 385); Max value from RGB is 188 - color contains mainly: green. Hex color #A5BC20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5BC20 is #5A43DF. Grayscale: #A3A3A3. Windows color (decimal): -5915616 or 2145445. OLE color: 2145445.

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

Color convert

RGB16518832-
CMYK0.1200.830.26
HSL68.85º70.91%43.14%-
HSV(B)68.85º82.98%73.73%-
XYZ33.7644.078.09-
YUV163.3453.88129.18-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.86%
GREEN value IS 188 (73.83% from 255) = 48.83%
BLUE value IS 32 (12.89% from 255) = 8.31%
R=42.86%
G=48.83%
B=8.31%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal165188320.1200.830.2668.8570.9143.14
HexA5BC20C0531A45472b
Octal245274401401233210510753
Binary10100101101111001000001100010100111101010001011000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BC20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BC20; }

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

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

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

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

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

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

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

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