#A5B933

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

Shades of Bahia #A5B933

Tints of Bahia #A5B933

Color information

#A5B933 (or 0xA5B933) is unknown color: approx Bahia. HEX triplet: A5, B9 and 33. RGB value is (165,185,51). Sum of RGB (Red+Green+Blue) = 165+185+51=401 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.15% from 401); Green value is 185 (72.66% from 255 or 46.13% from 401); Blue value is 51 (20.31% from 255 or 12.72% from 401); Max value from RGB is 185 - color contains mainly: green. Hex color #A5B933 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5B933 is #5A46CC. Grayscale: #A4A4A4. Windows color (decimal): -5916365 or 3389861. OLE color: 3389861.

HSL color Cylindrical-coordinate representation of color #A5B933: hue angle of 68.96º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A5B933 is Cyan = 0.11, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB16518551-
CMYK0.1100.720.27
HSL68.96º56.78%46.27%-
HSV(B)68.96º72.43%72.55%-
XYZ33.4642.949.66-
YUV163.7464.37128.9-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.15%
GREEN value IS 185 (72.66% from 255) = 46.13%
BLUE value IS 51 (20.31% from 255) = 12.72%
R=41.15%
G=46.13%
B=12.72%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal165185510.1100.720.2768.9656.7846.27
HexA5B933B0481B45392e
Octal24527163130110331057156
Binary1010010110111001110011101101001000110111000101111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B933; }

 p { color: rgb(165,185,51); }

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

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

 a { background-color: rgb(165,185,51); }

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

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

 span { border-color: rgb(165,185,51); }

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