#A2B01E

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

Shades of Bahia #A2B01E

Tints of Bahia #A2B01E

Color information

#A2B01E (or 0xA2B01E) is unknown color: approx Bahia. HEX triplet: A2, B0 and 1E. RGB value is (162,176,30). Sum of RGB (Red+Green+Blue) = 162+176+30=368 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.02% from 368); Green value is 176 (69.14% from 255 or 47.83% from 368); Blue value is 30 (12.11% from 255 or 8.15% from 368); Max value from RGB is 176 - color contains mainly: green. Hex color #A2B01E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2B01E is #5D4FE1. Grayscale: #9B9B9B. Windows color (decimal): -6115298 or 2011298. OLE color: 2011298.

HSL color Cylindrical-coordinate representation of color #A2B01E: hue angle of 65.75º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A2B01E is Cyan = 0.08, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.31.

Color convert

RGB16217630-
CMYK0.0800.830.31
HSL65.75º70.87%40.39%-
HSV(B)65.75º82.95%69.02%-
XYZ30.6638.837.11-
YUV155.1757.36132.87-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.02%
GREEN value IS 176 (69.14% from 255) = 47.83%
BLUE value IS 30 (12.11% from 255) = 8.15%
R=44.02%
G=47.83%
B=8.15%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal162176300.0800.830.3165.7570.8740.39
HexA2B01E80531F424728
Octal242260361001233710210750
Binary1010001010110000111101000010100111111110000101000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B01E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B01E; }

 p { color: rgb(162,176,30); }

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

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

 a { background-color: rgb(162,176,30); }

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

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

 span { border-color: rgb(162,176,30); }

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