#A0BC21

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

Shades of Bahia #A0BC21

Tints of Bahia #A0BC21

Color information

#A0BC21 (or 0xA0BC21) is unknown color: approx Bahia. HEX triplet: A0, BC and 21. RGB value is (160,188,33). Sum of RGB (Red+Green+Blue) = 160+188+33=381 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.99% from 381); Green value is 188 (73.83% from 255 or 49.34% from 381); Blue value is 33 (13.28% from 255 or 8.66% from 381); Max value from RGB is 188 - color contains mainly: green. Hex color #A0BC21 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0BC21 is #5F43DE. Grayscale: #A2A2A2. Windows color (decimal): -6243295 or 2210976. OLE color: 2210976.

HSL color Cylindrical-coordinate representation of color #A0BC21: hue angle of 70.84º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A0BC21 is Cyan = 0.15, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.26.

Color convert

RGB16018833-
CMYK0.1500.820.26
HSL70.84º70.14%43.33%-
HSV(B)70.84º82.45%73.73%-
XYZ32.7543.558.12-
YUV161.9655.22126.6-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.99%
GREEN value IS 188 (73.83% from 255) = 49.34%
BLUE value IS 33 (13.28% from 255) = 8.66%
R=41.99%
G=49.34%
B=8.66%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal160188330.1500.820.2670.8470.1443.33
HexA0BC21F0521A47462b
Octal240274411701223210710653
Binary10100000101111001000011111010100101101010001111000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BC21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BC21; }

 p { color: rgb(160,188,33); }

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

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

 a { background-color: rgb(160,188,33); }

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

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

 span { border-color: rgb(160,188,33); }

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