#AEB930

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

Shades of Bahia #AEB930

Tints of Bahia #AEB930

Color information

#AEB930 (or 0xAEB930) is unknown color: approx Bahia. HEX triplet: AE, B9 and 30. RGB value is (174,185,48). Sum of RGB (Red+Green+Blue) = 174+185+48=407 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.75% from 407); Green value is 185 (72.66% from 255 or 45.45% from 407); Blue value is 48 (19.14% from 255 or 11.79% from 407); Max value from RGB is 185 - color contains mainly: green. Hex color #AEB930 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEB930 is #5146CF. Grayscale: #A6A6A6. Windows color (decimal): -5326544 or 3193262. OLE color: 3193262.

HSL color Cylindrical-coordinate representation of color #AEB930: hue angle of 64.82º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AEB930 is Cyan = 0.06, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB17418548-
CMYK0.0600.740.27
HSL64.82º58.8%45.69%-
HSV(B)64.82º74.05%72.55%-
XYZ35.3443.919.41-
YUV166.0961.36133.64-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.75%
GREEN value IS 185 (72.66% from 255) = 45.45%
BLUE value IS 48 (19.14% from 255) = 11.79%
R=42.75%
G=45.45%
B=11.79%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal174185480.0600.740.2764.8258.845.69
HexAEB930604A1B413b2e
Octal2562716060112331017356
Binary101011101011100111000011001001010110111000001111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB930; }

 p { color: rgb(174,185,48); }

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

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

 a { background-color: rgb(174,185,48); }

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

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

 span { border-color: rgb(174,185,48); }

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