#A2B928

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

Shades of Bahia #A2B928

Tints of Bahia #A2B928

Color information

#A2B928 (or 0xA2B928) is unknown color: approx Bahia. HEX triplet: A2, B9 and 28. RGB value is (162,185,40). Sum of RGB (Red+Green+Blue) = 162+185+40=387 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.86% from 387); Green value is 185 (72.66% from 255 or 47.80% from 387); Blue value is 40 (16.02% from 255 or 10.34% from 387); Max value from RGB is 185 - color contains mainly: green. Hex color #A2B928 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2B928 is #5D46D7. Grayscale: #A2A2A2. Windows color (decimal): -6112984 or 2668962. OLE color: 2668962.

HSL color Cylindrical-coordinate representation of color #A2B928: hue angle of 69.52º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A2B928 is Cyan = 0.12, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB16218540-
CMYK0.1200.780.27
HSL69.52º64.44%44.12%-
HSV(B)69.52º78.38%72.55%-
XYZ32.6342.538.5-
YUV161.5959.38128.29-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.86%
GREEN value IS 185 (72.66% from 255) = 47.80%
BLUE value IS 40 (16.02% from 255) = 10.34%
R=41.86%
G=47.80%
B=10.34%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal162185400.1200.780.2769.5264.4444.12
HexA2B928C04E1B46402c
Octal242271501401163310610054
Binary10100010101110011010001100010011101101110001101000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B928; }

 p { color: rgb(162,185,40); }

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

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

 a { background-color: rgb(162,185,40); }

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

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

 span { border-color: rgb(162,185,40); }

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