#A0B320

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

Shades of Bahia #A0B320

Tints of Bahia #A0B320

Color information

#A0B320 (or 0xA0B320) is unknown color: approx Bahia. HEX triplet: A0, B3 and 20. RGB value is (160,179,32). Sum of RGB (Red+Green+Blue) = 160+179+32=371 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.13% from 371); Green value is 179 (70.31% from 255 or 48.25% from 371); Blue value is 32 (12.89% from 255 or 8.63% from 371); Max value from RGB is 179 - color contains mainly: green. Hex color #A0B320 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0B320 is #5F4CDF. Grayscale: #9D9D9D. Windows color (decimal): -6245600 or 2143136. OLE color: 2143136.

HSL color Cylindrical-coordinate representation of color #A0B320: hue angle of 67.76º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A0B320 is Cyan = 0.11, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.30.

Color convert

RGB16017932-
CMYK0.1100.820.30
HSL67.76º69.67%41.37%-
HSV(B)67.76º82.12%70.2%-
XYZ30.8839.827.42-
YUV156.5657.71130.45-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.13%
GREEN value IS 179 (70.31% from 255) = 48.25%
BLUE value IS 32 (12.89% from 255) = 8.63%
R=43.13%
G=48.25%
B=8.63%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal160179320.1100.820.3067.7669.6741.37
HexA0B320B0521E444629
Octal240263401301223610410651
Binary10100000101100111000001011010100101111010001001000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B320; }

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

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

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

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

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

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

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

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