#aebf18

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

Shades of Bahia #AEBF18

Tints of Bahia #AEBF18

Color information

#AEBF18 (or 0xAEBF18) is unknown color: approx Bahia. HEX triplet: AE, BF and 18. RGB value is (174,191,24). Sum of RGB (Red+Green+Blue) = 174+191+24=389 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.73% from 389); Green value is 191 (75% from 255 or 49.10% from 389); Blue value is 24 (9.77% from 255 or 6.17% from 389); Max value from RGB is 191 - color contains mainly: green. Hex color #AEBF18 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEBF18 is #5140E7. Grayscale: #A7A7A7. Windows color (decimal): -5325032 or 1621934. OLE color: 1621934.

HSL color Cylindrical-coordinate representation of color #AEBF18: hue angle of 66.11º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AEBF18 is Cyan = 0.09, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.25.

Color convert

RGB17419124-
CMYK0.0900.870.25
HSL66.11º77.67%42.16%-
HSV(B)66.11º87.43%74.9%-
XYZ36.2546.337.9-
YUV166.8847.37133.08-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.73%
GREEN value IS 191 (75% from 255) = 49.10%
BLUE value IS 24 (9.77% from 255) = 6.17%
R=44.73%
G=49.10%
B=6.17%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal174191240.0900.870.2566.1177.6742.16
HexAEBF18905719424e2a
Octal256277301101273110211652
Binary1010111010111111110001001010101111100110000101001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aebf18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aebf18; }

 p { color: rgb(174,191,24); }

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

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

 a { background-color: rgb(174,191,24); }

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

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

 span { border-color: rgb(174,191,24); }

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