#A4B933

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

Shades of Bahia #A4B933

Tints of Bahia #A4B933

Color information

#A4B933 (or 0xA4B933) is unknown color: approx Bahia. HEX triplet: A4, B9 and 33. RGB value is (164,185,51). Sum of RGB (Red+Green+Blue) = 164+185+51=400 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41% from 400); Green value is 185 (72.66% from 255 or 46.25% from 400); Blue value is 51 (20.31% from 255 or 12.75% from 400); Max value from RGB is 185 - color contains mainly: green. Hex color #A4B933 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4B933 is #5B46CC. Grayscale: #A3A3A3. Windows color (decimal): -5981901 or 3389860. OLE color: 3389860.

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

Color convert

RGB16418551-
CMYK0.1100.720.27
HSL69.4º56.78%46.27%-
HSV(B)69.4º72.43%72.55%-
XYZ33.2642.839.65-
YUV163.4464.54128.4-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41%
GREEN value IS 185 (72.66% from 255) = 46.25%
BLUE value IS 51 (20.31% from 255) = 12.75%
R=41%
G=46.25%
B=12.75%

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
Decimal164185510.1100.720.2769.456.7846.27
HexA4B933B0481B45392e
Octal24427163130110331057156
Binary1010010010111001110011101101001000110111000101111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B933; }

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

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

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

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

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

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

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

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