#a3b734

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

Shades of Bahia #A3B734

Tints of Bahia #A3B734

Color information

#A3B734 (or 0xA3B734) is unknown color: approx Bahia. HEX triplet: A3, B7 and 34. RGB value is (163,183,52). Sum of RGB (Red+Green+Blue) = 163+183+52=398 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.95% from 398); Green value is 183 (71.88% from 255 or 45.98% from 398); Blue value is 52 (20.70% from 255 or 13.07% from 398); Max value from RGB is 183 - color contains mainly: green. Hex color #A3B734 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3B734 is #5C48CB. Grayscale: #A2A2A2. Windows color (decimal): -6047948 or 3454883. OLE color: 3454883.

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

Color convert

RGB16318352-
CMYK0.1100.720.28
HSL69.16º55.74%46.08%-
HSV(B)69.16º71.58%71.76%-
XYZ32.6641.99.62-
YUV162.0965.87128.65-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.95%
GREEN value IS 183 (71.88% from 255) = 45.98%
BLUE value IS 52 (20.70% from 255) = 13.07%
R=40.95%
G=45.98%
B=13.07%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal163183520.1100.720.2869.1655.7446.08
HexA3B734B0481C45382e
Octal24326764130110341057056
Binary1010001110110111110100101101001000111001000101111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a3b734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a3b734; }

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

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

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

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

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

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

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

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