#AEBF22

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

Shades of Bahia #AEBF22

Tints of Bahia #AEBF22

Color information

#AEBF22 (or 0xAEBF22) is unknown color: approx Bahia. HEX triplet: AE, BF and 22. RGB value is (174,191,34). Sum of RGB (Red+Green+Blue) = 174+191+34=399 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.61% from 399); Green value is 191 (75% from 255 or 47.87% from 399); Blue value is 34 (13.67% from 255 or 8.52% from 399); Max value from RGB is 191 - color contains mainly: green. Hex color #AEBF22 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEBF22 is #5140DD. Grayscale: #A8A8A8. Windows color (decimal): -5325022 or 2277294. OLE color: 2277294.

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

Color convert

RGB17419134-
CMYK0.0900.820.25
HSL66.5º69.78%44.12%-
HSV(B)66.5º82.2%74.9%-
XYZ36.3846.388.55-
YUV168.0252.37132.27-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.61%
GREEN value IS 191 (75% from 255) = 47.87%
BLUE value IS 34 (13.67% from 255) = 8.52%
R=43.61%
G=47.87%
B=8.52%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal174191340.0900.820.2566.569.7844.12
HexAEBF2290521942462c
Octal256277421101223110210654
Binary10101110101111111000101001010100101100110000101000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBF22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBF22; }

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

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

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

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

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

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

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

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