#A8B729

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

Shades of Bahia #A8B729

Tints of Bahia #A8B729

Color information

#A8B729 (or 0xA8B729) is unknown color: approx Bahia. HEX triplet: A8, B7 and 29. RGB value is (168,183,41). Sum of RGB (Red+Green+Blue) = 168+183+41=392 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.86% from 392); Green value is 183 (71.88% from 255 or 46.68% from 392); Blue value is 41 (16.41% from 255 or 10.46% from 392); Max value from RGB is 183 - color contains mainly: green. Hex color #A8B729 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8B729 is #5748D6. Grayscale: #A2A2A2. Windows color (decimal): -5720279 or 2733992. OLE color: 2733992.

HSL color Cylindrical-coordinate representation of color #A8B729: hue angle of 66.34º degrees, saturation: 0.63, 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 #A8B729 is Cyan = 0.08, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.28.

Color convert

RGB16818341-
CMYK0.0800.780.28
HSL66.34º63.39%43.92%-
HSV(B)66.34º77.6%71.76%-
XYZ33.4842.358.51-
YUV162.3359.53132.05-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.86%
GREEN value IS 183 (71.88% from 255) = 46.68%
BLUE value IS 41 (16.41% from 255) = 10.46%
R=42.86%
G=46.68%
B=10.46%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal168183410.0800.780.2866.3463.3943.92
HexA8B729804E1C423f2c
Octal25026751100116341027754
Binary1010100010110111101001100001001110111001000010111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B729; }

 p { color: rgb(168,183,41); }

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

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

 a { background-color: rgb(168,183,41); }

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

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

 span { border-color: rgb(168,183,41); }

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