#A8B32C

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

Shades of Bahia #A8B32C

Tints of Bahia #A8B32C

Color information

#A8B32C (or 0xA8B32C) is unknown color: approx Bahia. HEX triplet: A8, B3 and 2C. RGB value is (168,179,44). Sum of RGB (Red+Green+Blue) = 168+179+44=391 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.97% from 391); Green value is 179 (70.31% from 255 or 45.78% from 391); Blue value is 44 (17.58% from 255 or 11.25% from 391); Max value from RGB is 179 - color contains mainly: green. Hex color #A8B32C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8B32C is #574CD3. Grayscale: #A0A0A0. Windows color (decimal): -5721300 or 2929576. OLE color: 2929576.

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

Color convert

RGB16817944-
CMYK0.0600.750.30
HSL64.89º60.54%43.73%-
HSV(B)64.89º75.42%70.2%-
XYZ32.7240.758.52-
YUV160.3262.36133.48-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.97%
GREEN value IS 179 (70.31% from 255) = 45.78%
BLUE value IS 44 (17.58% from 255) = 11.25%
R=42.97%
G=45.78%
B=11.25%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal168179440.0600.750.3064.8960.5443.73
HexA8B32C604B1E413d2c
Octal2502635460113361017554
Binary101010001011001110110011001001011111101000001111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B32C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B32C; }

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

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

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

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

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

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

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

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