#A0B21D

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

Shades of Bahia #A0B21D

Tints of Bahia #A0B21D

Color information

#A0B21D (or 0xA0B21D) is unknown color: approx Bahia. HEX triplet: A0, B2 and 1D. RGB value is (160,178,29). Sum of RGB (Red+Green+Blue) = 160+178+29=367 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.60% from 367); Green value is 178 (69.92% from 255 or 48.50% from 367); Blue value is 29 (11.72% from 255 or 7.90% from 367); Max value from RGB is 178 - color contains mainly: green. Hex color #A0B21D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0B21D is #5F4DE2. Grayscale: #9C9C9C. Windows color (decimal): -6245859 or 1946272. OLE color: 1946272.

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

Color convert

RGB16017829-
CMYK0.1000.840.30
HSL67.25º71.98%40.59%-
HSV(B)67.25º83.71%69.8%-
XYZ30.6439.47.15-
YUV155.6356.54131.12-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.60%
GREEN value IS 178 (69.92% from 255) = 48.50%
BLUE value IS 29 (11.72% from 255) = 7.90%
R=43.60%
G=48.50%
B=7.90%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal160178290.1000.840.3067.2571.9840.59
HexA0B21DA0541E434829
Octal240262351201243610311051
Binary1010000010110010111011010010101001111010000111001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B21D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B21D; }

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

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

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

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

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

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

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

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