#A5BD1A

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

Shades of Bahia #A5BD1A

Tints of Bahia #A5BD1A

Color information

#A5BD1A (or 0xA5BD1A) is unknown color: approx Bahia. HEX triplet: A5, BD and 1A. RGB value is (165,189,26). Sum of RGB (Red+Green+Blue) = 165+189+26=380 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.42% from 380); Green value is 189 (74.22% from 255 or 49.74% from 380); Blue value is 26 (10.55% from 255 or 6.84% from 380); Max value from RGB is 189 - color contains mainly: green. Hex color #A5BD1A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5BD1A is #5A42E5. Grayscale: #A3A3A3. Windows color (decimal): -5915366 or 1752485. OLE color: 1752485.

HSL color Cylindrical-coordinate representation of color #A5BD1A: hue angle of 68.83º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A5BD1A is Cyan = 0.13, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.26.

Color convert

RGB16518926-
CMYK0.1300.860.26
HSL68.83º75.81%42.16%-
HSV(B)68.83º86.24%74.12%-
XYZ33.944.477.77-
YUV163.2450.55129.25-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.42%
GREEN value IS 189 (74.22% from 255) = 49.74%
BLUE value IS 26 (10.55% from 255) = 6.84%
R=43.42%
G=49.74%
B=6.84%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal165189260.1300.860.2668.8375.8142.16
HexA5BD1AD0561A454c2a
Octal245275321501263210511452
Binary1010010110111101110101101010101101101010001011001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BD1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BD1A; }

 p { color: rgb(165,189,26); }

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

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

 a { background-color: rgb(165,189,26); }

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

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

 span { border-color: rgb(165,189,26); }

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