#A1B028

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

Shades of Bahia #A1B028

Tints of Bahia #A1B028

Color information

#A1B028 (or 0xA1B028) is unknown color: approx Bahia. HEX triplet: A1, B0 and 28. RGB value is (161,176,40). Sum of RGB (Red+Green+Blue) = 161+176+40=377 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.71% from 377); Green value is 176 (69.14% from 255 or 46.68% from 377); Blue value is 40 (16.02% from 255 or 10.61% from 377); Max value from RGB is 176 - color contains mainly: green. Hex color #A1B028 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1B028 is #5E4FD7. Grayscale: #9C9C9C. Windows color (decimal): -6180824 or 2666657. OLE color: 2666657.

HSL color Cylindrical-coordinate representation of color #A1B028: hue angle of 66.62º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A1B028 is Cyan = 0.09, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.31.

Color convert

RGB16117640-
CMYK0.0900.770.31
HSL66.62º62.96%42.35%-
HSV(B)66.62º77.27%69.02%-
XYZ30.6138.787.88-
YUV156.0162.53131.56-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.71%
GREEN value IS 176 (69.14% from 255) = 46.68%
BLUE value IS 40 (16.02% from 255) = 10.61%
R=42.71%
G=46.68%
B=10.61%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal161176400.0900.770.3166.6262.9642.35
HexA1B028904D1F433f2a
Octal24126050110115371037752
Binary1010000110110000101000100101001101111111000011111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B028; }

 p { color: rgb(161,176,40); }

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

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

 a { background-color: rgb(161,176,40); }

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

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

 span { border-color: rgb(161,176,40); }

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