#A5B834

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

Shades of Bahia #A5B834

Tints of Bahia #A5B834

Color information

#A5B834 (or 0xA5B834) is unknown color: approx Bahia. HEX triplet: A5, B8 and 34. RGB value is (165,184,52). Sum of RGB (Red+Green+Blue) = 165+184+52=401 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.15% from 401); Green value is 184 (72.27% from 255 or 45.89% from 401); Blue value is 52 (20.70% from 255 or 12.97% from 401); Max value from RGB is 184 - color contains mainly: green. Hex color #A5B834 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5B834 is #5A47CB. Grayscale: #A3A3A3. Windows color (decimal): -5916620 or 3455141. OLE color: 3455141.

HSL color Cylindrical-coordinate representation of color #A5B834: hue angle of 68.64º 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 #A5B834 is Cyan = 0.10, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.28.

Color convert

RGB16518452-
CMYK0.1000.720.28
HSL68.64º55.93%46.27%-
HSV(B)68.64º71.74%72.16%-
XYZ33.2842.539.7-
YUV163.2765.21129.23-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.15%
GREEN value IS 184 (72.27% from 255) = 45.89%
BLUE value IS 52 (20.70% from 255) = 12.97%
R=41.15%
G=45.89%
B=12.97%

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
Decimal165184520.1000.720.2868.6455.9346.27
HexA5B834A0481C45382e
Octal24527064120110341057056
Binary1010010110111000110100101001001000111001000101111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B834; }

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

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

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

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

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

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

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

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