#AEB62E

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

Shades of Bahia #AEB62E

Tints of Bahia #AEB62E

Color information

#AEB62E (or 0xAEB62E) is unknown color: approx Bahia. HEX triplet: AE, B6 and 2E. RGB value is (174,182,46). Sum of RGB (Red+Green+Blue) = 174+182+46=402 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.28% from 402); Green value is 182 (71.48% from 255 or 45.27% from 402); Blue value is 46 (18.36% from 255 or 11.44% from 402); Max value from RGB is 182 - color contains mainly: green. Hex color #AEB62E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEB62E is #5149D1. Grayscale: #A4A4A4. Windows color (decimal): -5327314 or 3061422. OLE color: 3061422.

HSL color Cylindrical-coordinate representation of color #AEB62E: hue angle of 63.53º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AEB62E is Cyan = 0.04, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.29.

Color convert

RGB17418246-
CMYK0.0400.750.29
HSL63.53º59.65%44.71%-
HSV(B)63.53º74.73%71.37%-
XYZ34.6842.658.99-
YUV164.161.35135.06-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.28%
GREEN value IS 182 (71.48% from 255) = 45.27%
BLUE value IS 46 (18.36% from 255) = 11.44%
R=43.28%
G=45.27%
B=11.44%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal174182460.0400.750.2963.5359.6544.71
HexAEB62E404B1D403c2d
Octal2562665640113351007455
Binary101011101011011010111010001001011111011000000111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB62E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB62E; }

 p { color: rgb(174,182,46); }

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

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

 a { background-color: rgb(174,182,46); }

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

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

 span { border-color: rgb(174,182,46); }

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