#A3B829

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

Shades of Bahia #A3B829

Tints of Bahia #A3B829

Color information

#A3B829 (or 0xA3B829) is unknown color: approx Bahia. HEX triplet: A3, B8 and 29. RGB value is (163,184,41). Sum of RGB (Red+Green+Blue) = 163+184+41=388 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.01% from 388); Green value is 184 (72.27% from 255 or 47.42% from 388); Blue value is 41 (16.41% from 255 or 10.57% from 388); Max value from RGB is 184 - color contains mainly: green. Hex color #A3B829 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3B829 is #5C47D6. Grayscale: #A1A1A1. Windows color (decimal): -6047703 or 2734243. OLE color: 2734243.

HSL color Cylindrical-coordinate representation of color #A3B829: hue angle of 68.81º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A3B829 is Cyan = 0.11, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.28.

Color convert

RGB16318441-
CMYK0.1100.780.28
HSL68.81º63.56%44.12%-
HSV(B)68.81º77.72%72.16%-
XYZ32.6442.238.53-
YUV161.4260.04129.13-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.01%
GREEN value IS 184 (72.27% from 255) = 47.42%
BLUE value IS 41 (16.41% from 255) = 10.57%
R=42.01%
G=47.42%
B=10.57%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal163184410.1100.780.2868.8163.5644.12
HexA3B829B04E1C45402c
Octal243270511301163410510054
Binary10100011101110001010011011010011101110010001011000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B829; }

 p { color: rgb(163,184,41); }

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

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

 a { background-color: rgb(163,184,41); }

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

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

 span { border-color: rgb(163,184,41); }

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