#A0B620

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

Shades of Bahia #A0B620

Tints of Bahia #A0B620

Color information

#A0B620 (or 0xA0B620) is unknown color: approx Bahia. HEX triplet: A0, B6 and 20. RGB value is (160,182,32). Sum of RGB (Red+Green+Blue) = 160+182+32=374 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.78% from 374); Green value is 182 (71.48% from 255 or 48.66% from 374); Blue value is 32 (12.89% from 255 or 8.56% from 374); Max value from RGB is 182 - color contains mainly: green. Hex color #A0B620 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0B620 is #5F49DF. Grayscale: #9E9E9E. Windows color (decimal): -6244832 or 2143904. OLE color: 2143904.

HSL color Cylindrical-coordinate representation of color #A0B620: hue angle of 68.8º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A0B620 is Cyan = 0.12, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB16018232-
CMYK0.1200.820.29
HSL68.8º70.09%41.96%-
HSV(B)68.8º82.42%71.37%-
XYZ31.4941.037.63-
YUV158.3256.71129.2-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 42.78%
GREEN value IS 182 (71.48% from 255) = 48.66%
BLUE value IS 32 (12.89% from 255) = 8.56%
R=42.78%
G=48.66%
B=8.56%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal160182320.1200.820.2968.870.0941.96
HexA0B620C0521D45462a
Octal240266401401223510510652
Binary10100000101101101000001100010100101110110001011000110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B620; }

 p { color: rgb(160,182,32); }

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

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

 a { background-color: rgb(160,182,32); }

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

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

 span { border-color: rgb(160,182,32); }

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