#A0B61F

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

Shades of Bahia #A0B61F

Tints of Bahia #A0B61F

Color information

#A0B61F (or 0xA0B61F) is unknown color: approx Bahia. HEX triplet: A0, B6 and 1F. RGB value is (160,182,31). Sum of RGB (Red+Green+Blue) = 160+182+31=373 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.90% from 373); Green value is 182 (71.48% from 255 or 48.79% from 373); Blue value is 31 (12.5% from 255 or 8.31% from 373); Max value from RGB is 182 - color contains mainly: green. Hex color #A0B61F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0B61F is #5F49E0. Grayscale: #9E9E9E. Windows color (decimal): -6244833 or 2078368. OLE color: 2078368.

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

Color convert

RGB16018231-
CMYK0.1200.830.29
HSL68.74º70.89%41.76%-
HSV(B)68.74º82.97%71.37%-
XYZ31.4741.037.56-
YUV158.2156.21129.28-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 42.90%
GREEN value IS 182 (71.48% from 255) = 48.79%
BLUE value IS 31 (12.5% from 255) = 8.31%
R=42.90%
G=48.79%
B=8.31%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal160182310.1200.830.2968.7470.8941.76
HexA0B61FC0531D45472a
Octal240266371401233510510752
Binary1010000010110110111111100010100111110110001011000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B61F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B61F; }

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

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

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

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

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

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

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

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