#A4B733

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

Shades of Bahia #A4B733

Tints of Bahia #A4B733

Color information

#A4B733 (or 0xA4B733) is unknown color: approx Bahia. HEX triplet: A4, B7 and 33. RGB value is (164,183,51). Sum of RGB (Red+Green+Blue) = 164+183+51=398 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.21% from 398); Green value is 183 (71.88% from 255 or 45.98% from 398); Blue value is 51 (20.31% from 255 or 12.81% from 398); Max value from RGB is 183 - color contains mainly: green. Hex color #A4B733 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4B733 is #5B48CC. Grayscale: #A2A2A2. Windows color (decimal): -5982413 or 3389348. OLE color: 3389348.

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

Color convert

RGB16418351-
CMYK0.1000.720.28
HSL68.64º56.41%45.88%-
HSV(B)68.64º72.13%71.76%-
XYZ32.84429.51-
YUV162.2765.21129.23-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.21%
GREEN value IS 183 (71.88% from 255) = 45.98%
BLUE value IS 51 (20.31% from 255) = 12.81%
R=41.21%
G=45.98%
B=12.81%

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
Decimal164183510.1000.720.2868.6456.4145.88
HexA4B733A0481C45382e
Octal24426763120110341057056
Binary1010010010110111110011101001001000111001000101111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B733; }

 p { color: rgb(164,183,51); }

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

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

 a { background-color: rgb(164,183,51); }

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

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

 span { border-color: rgb(164,183,51); }

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