#A8B52E

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

Shades of Bahia #A8B52E

Tints of Bahia #A8B52E

Color information

#A8B52E (or 0xA8B52E) is unknown color: approx Bahia. HEX triplet: A8, B5 and 2E. RGB value is (168,181,46). Sum of RGB (Red+Green+Blue) = 168+181+46=395 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.53% from 395); Green value is 181 (71.09% from 255 or 45.82% from 395); Blue value is 46 (18.36% from 255 or 11.65% from 395); Max value from RGB is 181 - color contains mainly: green. Hex color #A8B52E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8B52E is #574AD1. Grayscale: #A2A2A2. Windows color (decimal): -5720786 or 3061160. OLE color: 3061160.

HSL color Cylindrical-coordinate representation of color #A8B52E: hue angle of 65.78º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A8B52E is Cyan = 0.07, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.29.

Color convert

RGB16818146-
CMYK0.0700.750.29
HSL65.78º59.47%44.51%-
HSV(B)65.78º74.59%70.98%-
XYZ33.1741.578.86-
YUV161.7262.69132.48-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.53%
GREEN value IS 181 (71.09% from 255) = 45.82%
BLUE value IS 46 (18.36% from 255) = 11.65%
R=42.53%
G=45.82%
B=11.65%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal168181460.0700.750.2965.7859.4744.51
HexA8B52E704B1D423b2d
Octal2502655670113351027355
Binary101010001011010110111011101001011111011000010111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B52E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B52E; }

 p { color: rgb(168,181,46); }

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

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

 a { background-color: rgb(168,181,46); }

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

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

 span { border-color: rgb(168,181,46); }

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