#AEB533

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

Shades of Bahia #AEB533

Tints of Bahia #AEB533

Color information

#AEB533 (or 0xAEB533) is unknown color: approx Bahia. HEX triplet: AE, B5 and 33. RGB value is (174,181,51). Sum of RGB (Red+Green+Blue) = 174+181+51=406 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.86% from 406); Green value is 181 (71.09% from 255 or 44.58% from 406); Blue value is 51 (20.31% from 255 or 12.56% from 406); Max value from RGB is 181 - color contains mainly: green. Hex color #AEB533 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEB533 is #514ACC. Grayscale: #A4A4A4. Windows color (decimal): -5327565 or 3388846. OLE color: 3388846.

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

Color convert

RGB17418151-
CMYK0.0400.720.29
HSL63.23º56.03%45.49%-
HSV(B)63.23º71.82%70.98%-
XYZ34.5842.299.47-
YUV164.0964.18135.07-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.86%
GREEN value IS 181 (71.09% from 255) = 44.58%
BLUE value IS 51 (20.31% from 255) = 12.56%
R=42.86%
G=44.58%
B=12.56%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal174181510.0400.720.2963.2356.0345.49
HexAEB53340481D3f382d
Octal256265634011035777055
Binary10101110101101011100111000100100011101111111111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB533; }

 p { color: rgb(174,181,51); }

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

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

 a { background-color: rgb(174,181,51); }

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

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

 span { border-color: rgb(174,181,51); }

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