#AEBD26

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

Shades of Bahia #AEBD26

Tints of Bahia #AEBD26

Color information

#AEBD26 (or 0xAEBD26) is unknown color: approx Bahia. HEX triplet: AE, BD and 26. RGB value is (174,189,38). Sum of RGB (Red+Green+Blue) = 174+189+38=401 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.39% from 401); Green value is 189 (74.22% from 255 or 47.13% from 401); Blue value is 38 (15.23% from 255 or 9.48% from 401); Max value from RGB is 189 - color contains mainly: green. Hex color #AEBD26 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEBD26 is #5142D9. Grayscale: #A7A7A7. Windows color (decimal): -5325530 or 2538926. OLE color: 2538926.

HSL color Cylindrical-coordinate representation of color #AEBD26: hue angle of 65.96º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AEBD26 is Cyan = 0.08, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.26.

Color convert

RGB17418938-
CMYK0.0800.800.26
HSL65.96º66.52%44.51%-
HSV(B)65.96º79.89%74.12%-
XYZ3645.538.73-
YUV167.355.03132.78-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.39%
GREEN value IS 189 (74.22% from 255) = 47.13%
BLUE value IS 38 (15.23% from 255) = 9.48%
R=43.39%
G=47.13%
B=9.48%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal174189380.0800.800.2665.9666.5244.51
HexAEBD2680501A42432d
Octal256275461001203210210355
Binary10101110101111011001101000010100001101010000101000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBD26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBD26; }

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

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

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

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

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

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

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

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