#A5BD26

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

Shades of Bahia #A5BD26

Tints of Bahia #A5BD26

Color information

#A5BD26 (or 0xA5BD26) is unknown color: approx Bahia. HEX triplet: A5, BD and 26. RGB value is (165,189,38). Sum of RGB (Red+Green+Blue) = 165+189+38=392 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.09% from 392); Green value is 189 (74.22% from 255 or 48.21% from 392); Blue value is 38 (15.23% from 255 or 9.69% from 392); Max value from RGB is 189 - color contains mainly: green. Hex color #A5BD26 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5BD26 is #5A42D9. Grayscale: #A5A5A5. Windows color (decimal): -5915354 or 2538917. OLE color: 2538917.

HSL color Cylindrical-coordinate representation of color #A5BD26: hue angle of 69.54º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A5BD26 is Cyan = 0.13, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.26.

Color convert

RGB16518938-
CMYK0.1300.800.26
HSL69.54º66.52%44.51%-
HSV(B)69.54º79.89%74.12%-
XYZ34.0644.538.63-
YUV164.6156.55128.28-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.09%
GREEN value IS 189 (74.22% from 255) = 48.21%
BLUE value IS 38 (15.23% from 255) = 9.69%
R=42.09%
G=48.21%
B=9.69%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal165189380.1300.800.2669.5466.5244.51
HexA5BD26D0501A46432d
Octal245275461501203210610355
Binary10100101101111011001101101010100001101010001101000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BD26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BD26; }

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

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

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

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

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

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

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

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