#AEB315

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

Shades of Bahia #AEB315

Tints of Bahia #AEB315

Color information

#AEB315 (or 0xAEB315) is unknown color: approx Bahia. HEX triplet: AE, B3 and 15. RGB value is (174,179,21). Sum of RGB (Red+Green+Blue) = 174+179+21=374 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.52% from 374); Green value is 179 (70.31% from 255 or 47.86% from 374); Blue value is 21 (8.59% from 255 or 5.61% from 374); Max value from RGB is 179 - color contains mainly: green. Hex color #AEB315 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEB315 is #514CEA. Grayscale: #A0A0A0. Windows color (decimal): -5328107 or 1422254. OLE color: 1422254.

HSL color Cylindrical-coordinate representation of color #AEB315: hue angle of 61.9º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AEB315 is Cyan = 0.03, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.30.

Color convert

RGB17417921-
CMYK0.0300.880.30
HSL61.9º79%39.22%-
HSV(B)61.9º88.27%70.2%-
XYZ33.7141.296.9-
YUV159.4949.84138.35-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.52%
GREEN value IS 179 (70.31% from 255) = 47.86%
BLUE value IS 21 (8.59% from 255) = 5.61%
R=46.52%
G=47.86%
B=5.61%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal174179210.0300.880.3061.97939.22
HexAEB31530581E3e4f27
Octal2562632530130367611747
Binary1010111010110011101011101011000111101111101001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB315; }

 p { color: rgb(174,179,21); }

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

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

 a { background-color: rgb(174,179,21); }

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

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

 span { border-color: rgb(174,179,21); }

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