#A5B734

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

Shades of Bahia #A5B734

Tints of Bahia #A5B734

Color information

#A5B734 (or 0xA5B734) is unknown color: approx Bahia. HEX triplet: A5, B7 and 34. RGB value is (165,183,52). Sum of RGB (Red+Green+Blue) = 165+183+52=400 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.25% from 400); Green value is 183 (71.88% from 255 or 45.75% from 400); Blue value is 52 (20.70% from 255 or 13% from 400); Max value from RGB is 183 - color contains mainly: green. Hex color #A5B734 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5B734 is #5A48CB. Grayscale: #A3A3A3. Windows color (decimal): -5916876 or 3454885. OLE color: 3454885.

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

Color convert

RGB16518352-
CMYK0.1000.720.28
HSL68.24º55.74%46.08%-
HSV(B)68.24º71.58%71.76%-
XYZ33.0742.119.63-
YUV162.6865.54129.65-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.25%
GREEN value IS 183 (71.88% from 255) = 45.75%
BLUE value IS 52 (20.70% from 255) = 13%
R=41.25%
G=45.75%
B=13%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal165183520.1000.720.2868.2455.7446.08
HexA5B734A0481C44382e
Octal24526764120110341047056
Binary1010010110110111110100101001001000111001000100111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B734; }

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

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

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

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

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

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

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

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