#AEBB20

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

Shades of Bahia #AEBB20

Tints of Bahia #AEBB20

Color information

#AEBB20 (or 0xAEBB20) is unknown color: approx Bahia. HEX triplet: AE, BB and 20. RGB value is (174,187,32). Sum of RGB (Red+Green+Blue) = 174+187+32=393 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.27% from 393); Green value is 187 (73.44% from 255 or 47.58% from 393); Blue value is 32 (12.89% from 255 or 8.14% from 393); Max value from RGB is 187 - color contains mainly: green. Hex color #AEBB20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEBB20 is #5144DF. Grayscale: #A6A6A6. Windows color (decimal): -5326048 or 2145198. OLE color: 2145198.

HSL color Cylindrical-coordinate representation of color #AEBB20: hue angle of 65.03º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AEBB20 is Cyan = 0.07, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB17418732-
CMYK0.0700.830.27
HSL65.03º70.78%42.94%-
HSV(B)65.03º82.89%73.33%-
XYZ35.4944.648.11-
YUV165.4452.69134.1-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.27%
GREEN value IS 187 (73.44% from 255) = 47.58%
BLUE value IS 32 (12.89% from 255) = 8.14%
R=44.27%
G=47.58%
B=8.14%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal174187320.0700.830.2765.0370.7842.94
HexAEBB2070531B41472b
Octal25627340701233310110753
Binary1010111010111011100000111010100111101110000011000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBB20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBB20; }

 p { color: rgb(174,187,32); }

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

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

 a { background-color: rgb(174,187,32); }

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

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

 span { border-color: rgb(174,187,32); }

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