#AEBF23

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

Shades of Bahia #AEBF23

Tints of Bahia #AEBF23

Color information

#AEBF23 (or 0xAEBF23) is unknown color: approx Bahia. HEX triplet: AE, BF and 23. RGB value is (174,191,35). Sum of RGB (Red+Green+Blue) = 174+191+35=400 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.5% from 400); Green value is 191 (75% from 255 or 47.75% from 400); Blue value is 35 (14.06% from 255 or 8.75% from 400); Max value from RGB is 191 - color contains mainly: green. Hex color #AEBF23 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEBF23 is #5140DC. Grayscale: #A8A8A8. Windows color (decimal): -5325021 or 2342830. OLE color: 2342830.

HSL color Cylindrical-coordinate representation of color #AEBF23: hue angle of 66.54º degrees, saturation: 0.69, 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 #AEBF23 is Cyan = 0.09, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.25.

Color convert

RGB17419135-
CMYK0.0900.820.25
HSL66.54º69.03%44.31%-
HSV(B)66.54º81.68%74.9%-
XYZ36.3946.388.62-
YUV168.1352.87132.18-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.5%
GREEN value IS 191 (75% from 255) = 47.75%
BLUE value IS 35 (14.06% from 255) = 8.75%
R=43.5%
G=47.75%
B=8.75%

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
Decimal174191350.0900.820.2566.5469.0344.31
HexAEBF2390521943452c
Octal256277431101223110310554
Binary10101110101111111000111001010100101100110000111000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBF23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBF23; }

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

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

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

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

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

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

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

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