#A0B42C

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

Shades of Bahia #A0B42C

Tints of Bahia #A0B42C

Color information

#A0B42C (or 0xA0B42C) is unknown color: approx Bahia. HEX triplet: A0, B4 and 2C. RGB value is (160,180,44). Sum of RGB (Red+Green+Blue) = 160+180+44=384 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.67% from 384); Green value is 180 (70.70% from 255 or 46.88% from 384); Blue value is 44 (17.58% from 255 or 11.46% from 384); Max value from RGB is 180 - color contains mainly: green. Hex color #A0B42C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0B42C is #5F4BD3. Grayscale: #9F9F9F. Windows color (decimal): -6245332 or 2929824. OLE color: 2929824.

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

Color convert

RGB16018044-
CMYK0.1100.760.29
HSL68.82º60.71%43.92%-
HSV(B)68.82º75.56%70.59%-
XYZ31.2740.38.51-
YUV158.5263.37129.06-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.67%
GREEN value IS 180 (70.70% from 255) = 46.88%
BLUE value IS 44 (17.58% from 255) = 11.46%
R=41.67%
G=46.88%
B=11.46%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal160180440.1100.760.2968.8260.7143.92
HexA0B42CB04C1D453d2c
Octal24026454130114351057554
Binary1010000010110100101100101101001100111011000101111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B42C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B42C; }

 p { color: rgb(160,180,44); }

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

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

 a { background-color: rgb(160,180,44); }

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

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

 span { border-color: rgb(160,180,44); }

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