#a8b32d

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

Shades of Bahia #A8B32D

Tints of Bahia #A8B32D

Color information

#A8B32D (or 0xA8B32D) is unknown color: approx Bahia. HEX triplet: A8, B3 and 2D. RGB value is (168,179,45). Sum of RGB (Red+Green+Blue) = 168+179+45=392 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.86% from 392); Green value is 179 (70.31% from 255 or 45.66% from 392); Blue value is 45 (17.97% from 255 or 11.48% from 392); Max value from RGB is 179 - color contains mainly: green. Hex color #A8B32D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8B32D is #574CD2. Grayscale: #A0A0A0. Windows color (decimal): -5721299 or 2995112. OLE color: 2995112.

HSL color Cylindrical-coordinate representation of color #A8B32D: hue angle of 64.93º degrees, saturation: 0.6, 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 #A8B32D is Cyan = 0.06, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.30.

Color convert

RGB16817945-
CMYK0.0600.750.30
HSL64.93º59.82%43.92%-
HSV(B)64.93º74.86%70.2%-
XYZ32.7440.758.62-
YUV160.4462.86133.4-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.86%
GREEN value IS 179 (70.31% from 255) = 45.66%
BLUE value IS 45 (17.97% from 255) = 11.48%
R=42.86%
G=45.66%
B=11.48%

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
Decimal168179450.0600.750.3064.9359.8243.92
HexA8B32D604B1E413c2c
Octal2502635560113361017454
Binary101010001011001110110111001001011111101000001111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a8b32d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a8b32d; }

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

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

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

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

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

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

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

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