#A8B52D

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

Shades of Bahia #A8B52D

Tints of Bahia #A8B52D

Color information

#A8B52D (or 0xA8B52D) is unknown color: approx Bahia. HEX triplet: A8, B5 and 2D. RGB value is (168,181,45). Sum of RGB (Red+Green+Blue) = 168+181+45=394 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.64% from 394); Green value is 181 (71.09% from 255 or 45.94% from 394); Blue value is 45 (17.97% from 255 or 11.42% from 394); Max value from RGB is 181 - color contains mainly: green. Hex color #A8B52D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8B52D is #574AD2. Grayscale: #A2A2A2. Windows color (decimal): -5720787 or 2995624. OLE color: 2995624.

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

Color convert

RGB16818145-
CMYK0.0700.750.29
HSL65.74º60.18%44.31%-
HSV(B)65.74º75.14%70.98%-
XYZ33.1541.568.76-
YUV161.6162.19132.56-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.64%
GREEN value IS 181 (71.09% from 255) = 45.94%
BLUE value IS 45 (17.97% from 255) = 11.42%
R=42.64%
G=45.94%
B=11.42%

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
Decimal168181450.0700.750.2965.7460.1844.31
HexA8B52D704B1D423c2c
Octal2502655570113351027454
Binary101010001011010110110111101001011111011000010111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B52D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B52D; }

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

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

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

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

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

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

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

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