#AACA23

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

Shades of Bahia #AACA23

Tints of Bahia #AACA23

Color information

#AACA23 (or 0xAACA23) is unknown color: approx Bahia. HEX triplet: AA, CA and 23. RGB value is (170,202,35). Sum of RGB (Red+Green+Blue) = 170+202+35=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 202 (79.30% from 255 or 49.63% from 407); Blue value is 35 (14.06% from 255 or 8.60% from 407); Max value from RGB is 202 - color contains mainly: green. Hex color #AACA23 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AACA23 is #5535DC. Grayscale: #AEAEAE. Windows color (decimal): -5584349 or 2345642. OLE color: 2345642.

HSL color Cylindrical-coordinate representation of color #AACA23: hue angle of 71.5º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AACA23 is Cyan = 0.16, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.21.

Color convert

RGB17020235-
CMYK0.1600.830.21
HSL71.5º70.46%46.47%-
HSV(B)71.5º82.67%79.22%-
XYZ3850.919.41-
YUV173.3949.9125.58-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.77%
GREEN value IS 202 (79.30% from 255) = 49.63%
BLUE value IS 35 (14.06% from 255) = 8.60%
R=41.77%
G=49.63%
B=8.60%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal170202350.1600.830.2171.570.4646.47
HexAACA23100531547462e
Octal252312432001232510710656
Binary101010101100101010001110000010100111010110001111000110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACA23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACA23; }

 p { color: rgb(170,202,35); }

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

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

 a { background-color: rgb(170,202,35); }

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

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

 span { border-color: rgb(170,202,35); }

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