#AEBF26

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

Shades of Bahia #AEBF26

Tints of Bahia #AEBF26

Color information

#AEBF26 (or 0xAEBF26) is unknown color: approx Bahia. HEX triplet: AE, BF and 26. RGB value is (174,191,38). Sum of RGB (Red+Green+Blue) = 174+191+38=403 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.18% from 403); Green value is 191 (75% from 255 or 47.39% from 403); Blue value is 38 (15.23% from 255 or 9.43% from 403); Max value from RGB is 191 - color contains mainly: green. Hex color #AEBF26 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEBF26 is #5140D9. Grayscale: #A9A9A9. Windows color (decimal): -5325018 or 2539438. OLE color: 2539438.

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

Color convert

RGB17419138-
CMYK0.0900.800.25
HSL66.67º66.81%44.9%-
HSV(B)66.67º80.1%74.9%-
XYZ36.4446.48.87-
YUV168.4754.37131.94-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.18%
GREEN value IS 191 (75% from 255) = 47.39%
BLUE value IS 38 (15.23% from 255) = 9.43%
R=43.18%
G=47.39%
B=9.43%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal174191380.0900.800.2566.6766.8144.9
HexAEBF2690501943432d
Octal256277461101203110310355
Binary10101110101111111001101001010100001100110000111000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBF26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBF26; }

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

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

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

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

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

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

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

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