#A8B32A

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

Shades of Bahia #A8B32A

Tints of Bahia #A8B32A

Color information

#A8B32A (or 0xA8B32A) is unknown color: approx Bahia. HEX triplet: A8, B3 and 2A. RGB value is (168,179,42). Sum of RGB (Red+Green+Blue) = 168+179+42=389 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.19% from 389); Green value is 179 (70.31% from 255 or 46.02% from 389); Blue value is 42 (16.80% from 255 or 10.80% from 389); Max value from RGB is 179 - color contains mainly: green. Hex color #A8B32A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8B32A is #574CD5. Grayscale: #A0A0A0. Windows color (decimal): -5721302 or 2798504. OLE color: 2798504.

HSL color Cylindrical-coordinate representation of color #A8B32A: hue angle of 64.82º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A8B32A is Cyan = 0.06, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.30.

Color convert

RGB16817942-
CMYK0.0600.770.30
HSL64.82º61.99%43.33%-
HSV(B)64.82º76.54%70.2%-
XYZ32.6940.738.33-
YUV160.0961.36133.64-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 43.19%
GREEN value IS 179 (70.31% from 255) = 46.02%
BLUE value IS 42 (16.80% from 255) = 10.80%
R=43.19%
G=46.02%
B=10.80%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal168179420.0600.770.3064.8261.9943.33
HexA8B32A604D1E413e2b
Octal2502635260115361017653
Binary101010001011001110101011001001101111101000001111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B32A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B32A; }

 p { color: rgb(168,179,42); }

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

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

 a { background-color: rgb(168,179,42); }

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

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

 span { border-color: rgb(168,179,42); }

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