Html Css Color HEX #AEBC18 Bahia

📋 copy color: '#AEBC18'

red 174 ◦ green 188 ◦ blue 24

#AEBC18
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bahia #AEBC18

Tints of Bahia #AEBC18

RGB

 RED value IS 174 (68.36% from 255) = 45.08%

 GREEN value IS 188 (73.83% from 255) = 48.7%

 BLUE value IS 24 (9.77% from 255) = 6.22%

R = 45.08%
G = 48.7%
B = 6.22%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#AEBC18 (or 0xAEBC18) is known color: Bahia. HEX triplet: AE, BC and 18. RGB value is (174,188,24). Sum of RGB (Red+Green+Blue) = 174+188+24=386 (51% of max value = 765). Red value is 174 (68.36% from 255 or 45.08% from 386); Green value is 188 (73.83% from 255 or 48.70% from 386); Blue value is 24 (9.77% from 255 or 6.22% from 386); Max value from RGB is 188 - color contains mainly: green. Hex color #AEBC18 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEBC18 is #5143E7. Grayscale: #A5A5A5. Windows color (decimal): -5325800 or 1621166. OLE color: 1621166.

HSL color Cylindrical-coordinate representation of color #AEBC18: hue angle of 65.12º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AEBC18 is Cyan = 0.07, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.26.

Color convert

RGB 174 188 24 -
CMYK 0.07 0 0.87 0.26
HSL 65.12º 0.77% 0.42% -
HSV(B) 65.12º 0.87% 0.74% -
XYZ 35.6 45.03 7.68 -
YUV 165.12 48.36 134.34 -
System Red Green Blue C M Y K H S L
Decimal 174 188 24 0.07 0 0.87 0.26 65.12 0.77 0.42
Hex AE BC 18 7 0 57 1A 41 4D 2A
Octal 256 274 30 7 0 127 32 101 115 52
Binary 10101110 10111100 11000 111 0 1010111 11010 1000001 1001101 101010

Color Harmonies of #AEBC18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBC18

Black with #AEBC18

Text Example


Text Example

White with #AEBC18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBC18; }

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

 H1.HeaderClassName
 {
   color: #AEBC18;
 }
 .AnyTagClassName
 {
   color: #AEBC18;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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