#AEB21D

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

Shades of Bahia #AEB21D

Tints of Bahia #AEB21D

Color information

#AEB21D (or 0xAEB21D) is unknown color: approx Bahia. HEX triplet: AE, B2 and 1D. RGB value is (174,178,29). Sum of RGB (Red+Green+Blue) = 174+178+29=381 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.67% from 381); Green value is 178 (69.92% from 255 or 46.72% from 381); Blue value is 29 (11.72% from 255 or 7.61% from 381); Max value from RGB is 178 - color contains mainly: green. Hex color #AEB21D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEB21D is #514DE2. Grayscale: #A0A0A0. Windows color (decimal): -5328355 or 1946286. OLE color: 1946286.

HSL color Cylindrical-coordinate representation of color #AEB21D: hue angle of 61.61º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AEB21D is Cyan = 0.02, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.30.

Color convert

RGB17417829-
CMYK0.0200.840.30
HSL61.61º71.98%40.59%-
HSV(B)61.61º83.71%69.8%-
XYZ33.640.937.29-
YUV159.8254.17138.12-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.67%
GREEN value IS 178 (69.92% from 255) = 46.72%
BLUE value IS 29 (11.72% from 255) = 7.61%
R=45.67%
G=46.72%
B=7.61%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal174178290.0200.840.3061.6171.9840.59
HexAEB21D20541E3e4829
Octal2562623520124367611051
Binary1010111010110010111011001010100111101111101001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB21D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB21D; }

 p { color: rgb(174,178,29); }

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

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

 a { background-color: rgb(174,178,29); }

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

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

 span { border-color: rgb(174,178,29); }

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