#A2AE23

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

Shades of Bahia #A2AE23

Tints of Bahia #A2AE23

Color information

#A2AE23 (or 0xA2AE23) is unknown color: approx Bahia. HEX triplet: A2, AE and 23. RGB value is (162,174,35). Sum of RGB (Red+Green+Blue) = 162+174+35=371 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.67% from 371); Green value is 174 (68.36% from 255 or 46.90% from 371); Blue value is 35 (14.06% from 255 or 9.43% from 371); Max value from RGB is 174 - color contains mainly: green. Hex color #A2AE23 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2AE23 is #5D51DC. Grayscale: #9B9B9B. Windows color (decimal): -6115805 or 2338466. OLE color: 2338466.

HSL color Cylindrical-coordinate representation of color #A2AE23: hue angle of 65.18º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A2AE23 is Cyan = 0.07, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.32.

Color convert

RGB16217435-
CMYK0.0700.800.32
HSL65.18º66.51%40.98%-
HSV(B)65.18º79.89%68.24%-
XYZ30.3438.077.34-
YUV154.5760.52133.3-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.67%
GREEN value IS 174 (68.36% from 255) = 46.90%
BLUE value IS 35 (14.06% from 255) = 9.43%
R=43.67%
G=46.90%
B=9.43%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal162174350.0700.800.3265.1866.5140.98
HexA2AE23705020414329
Octal24225643701204010110351
Binary10100010101011101000111110101000010000010000011000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2AE23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2AE23; }

 p { color: rgb(162,174,35); }

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

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

 a { background-color: rgb(162,174,35); }

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

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

 span { border-color: rgb(162,174,35); }

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