#A0B61D

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

Shades of Bahia #A0B61D

Tints of Bahia #A0B61D

Color information

#A0B61D (or 0xA0B61D) is unknown color: approx Bahia. HEX triplet: A0, B6 and 1D. RGB value is (160,182,29). Sum of RGB (Red+Green+Blue) = 160+182+29=371 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.13% from 371); Green value is 182 (71.48% from 255 or 49.06% from 371); Blue value is 29 (11.72% from 255 or 7.82% from 371); Max value from RGB is 182 - color contains mainly: green. Hex color #A0B61D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0B61D is #5F49E2. Grayscale: #9E9E9E. Windows color (decimal): -6244835 or 1947296. OLE color: 1947296.

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

Color convert

RGB16018229-
CMYK0.1200.840.29
HSL68.63º72.51%41.37%-
HSV(B)68.63º84.07%71.37%-
XYZ31.4541.027.42-
YUV157.9855.21129.44-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.13%
GREEN value IS 182 (71.48% from 255) = 49.06%
BLUE value IS 29 (11.72% from 255) = 7.82%
R=43.13%
G=49.06%
B=7.82%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal160182290.1200.840.2968.6372.5141.37
HexA0B61DC0541D454929
Octal240266351401243510511151
Binary1010000010110110111011100010101001110110001011001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B61D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B61D; }

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

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

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

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

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

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

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

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