#A0B821

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

Shades of Bahia #A0B821

Tints of Bahia #A0B821

Color information

#A0B821 (or 0xA0B821) is unknown color: approx Bahia. HEX triplet: A0, B8 and 21. RGB value is (160,184,33). Sum of RGB (Red+Green+Blue) = 160+184+33=377 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.44% from 377); Green value is 184 (72.27% from 255 or 48.81% from 377); Blue value is 33 (13.28% from 255 or 8.75% from 377); Max value from RGB is 184 - color contains mainly: green. Hex color #A0B821 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0B821 is #5F47DE. Grayscale: #A0A0A0. Windows color (decimal): -6244319 or 2209952. OLE color: 2209952.

HSL color Cylindrical-coordinate representation of color #A0B821: hue angle of 69.54º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A0B821 is Cyan = 0.13, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.28.

Color convert

RGB16018433-
CMYK0.1300.820.28
HSL69.54º69.59%42.55%-
HSV(B)69.54º82.07%72.16%-
XYZ31.9141.867.84-
YUV159.6156.55128.28-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 42.44%
GREEN value IS 184 (72.27% from 255) = 48.81%
BLUE value IS 33 (13.28% from 255) = 8.75%
R=42.44%
G=48.81%
B=8.75%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal160184330.1300.820.2869.5469.5942.55
HexA0B821D0521C46462b
Octal240270411501223410610653
Binary10100000101110001000011101010100101110010001101000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B821; }

 p { color: rgb(160,184,33); }

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

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

 a { background-color: rgb(160,184,33); }

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

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

 span { border-color: rgb(160,184,33); }

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