#AEB726

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

Shades of Bahia #AEB726

Tints of Bahia #AEB726

Color information

#AEB726 (or 0xAEB726) is unknown color: approx Bahia. HEX triplet: AE, B7 and 26. RGB value is (174,183,38). Sum of RGB (Red+Green+Blue) = 174+183+38=395 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.05% from 395); Green value is 183 (71.88% from 255 or 46.33% from 395); Blue value is 38 (15.23% from 255 or 9.62% from 395); Max value from RGB is 183 - color contains mainly: green. Hex color #AEB726 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEB726 is #5148D9. Grayscale: #A4A4A4. Windows color (decimal): -5327066 or 2537390. OLE color: 2537390.

HSL color Cylindrical-coordinate representation of color #AEB726: hue angle of 63.72º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AEB726 is Cyan = 0.05, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.28.

Color convert

RGB17418338-
CMYK0.0500.790.28
HSL63.72º65.61%43.33%-
HSV(B)63.72º79.23%71.76%-
XYZ34.7443.018.3-
YUV163.7857.02135.29-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.05%
GREEN value IS 183 (71.88% from 255) = 46.33%
BLUE value IS 38 (15.23% from 255) = 9.62%
R=44.05%
G=46.33%
B=9.62%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal174183380.0500.790.2863.7265.6143.33
HexAEB726504F1C40422b
Octal25626746501173410010253
Binary1010111010110111100110101010011111110010000001000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB726; }

 p { color: rgb(174,183,38); }

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

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

 a { background-color: rgb(174,183,38); }

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

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

 span { border-color: rgb(174,183,38); }

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