#A2B024

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

Shades of Bahia #A2B024

Tints of Bahia #A2B024

Color information

#A2B024 (or 0xA2B024) is unknown color: approx Bahia. HEX triplet: A2, B0 and 24. RGB value is (162,176,36). Sum of RGB (Red+Green+Blue) = 162+176+36=374 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.32% from 374); Green value is 176 (69.14% from 255 or 47.06% from 374); Blue value is 36 (14.45% from 255 or 9.63% from 374); Max value from RGB is 176 - color contains mainly: green. Hex color #A2B024 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2B024 is #5D4FDB. Grayscale: #9C9C9C. Windows color (decimal): -6115292 or 2404514. OLE color: 2404514.

HSL color Cylindrical-coordinate representation of color #A2B024: hue angle of 66º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A2B024 is Cyan = 0.08, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.31.

Color convert

RGB16217636-
CMYK0.0800.800.31
HSL66º66.04%41.57%-
HSV(B)66º79.55%69.02%-
XYZ30.7438.867.55-
YUV155.8560.36132.38-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.32%
GREEN value IS 176 (69.14% from 255) = 47.06%
BLUE value IS 36 (14.45% from 255) = 9.63%
R=43.32%
G=47.06%
B=9.63%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal162176360.0800.800.316666.0441.57
HexA2B02480501F42422a
Octal242260441001203710210252
Binary10100010101100001001001000010100001111110000101000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B024; }

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

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

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

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

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

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

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

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