#A5B735

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

Shades of Bahia #A5B735

Tints of Bahia #A5B735

Color information

#A5B735 (or 0xA5B735) is unknown color: approx Bahia. HEX triplet: A5, B7 and 35. RGB value is (165,183,53). Sum of RGB (Red+Green+Blue) = 165+183+53=401 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.15% from 401); Green value is 183 (71.88% from 255 or 45.64% from 401); Blue value is 53 (21.09% from 255 or 13.22% from 401); Max value from RGB is 183 - color contains mainly: green. Hex color #A5B735 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5B735 is #5A48CA. Grayscale: #A3A3A3. Windows color (decimal): -5916875 or 3520421. OLE color: 3520421.

HSL color Cylindrical-coordinate representation of color #A5B735: hue angle of 68.31º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A5B735 is Cyan = 0.10, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.28.

Color convert

RGB16518353-
CMYK0.1000.710.28
HSL68.31º55.08%46.27%-
HSV(B)68.31º71.04%71.76%-
XYZ33.0942.129.75-
YUV162.866.04129.57-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.15%
GREEN value IS 183 (71.88% from 255) = 45.64%
BLUE value IS 53 (21.09% from 255) = 13.22%
R=41.15%
G=45.64%
B=13.22%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal165183530.1000.710.2868.3155.0846.27
HexA5B735A0471C44372e
Octal24526765120107341046756
Binary1010010110110111110101101001000111111001000100110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B735; }

 p { color: rgb(165,183,53); }

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

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

 a { background-color: rgb(165,183,53); }

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

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

 span { border-color: rgb(165,183,53); }

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