Html Css Color HEX #AEBA14 Bahia

📋 copy color: '#AEBA14'

red 174 ◦ green 186 ◦ blue 20

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

Shades of Bahia #AEBA14

Tints of Bahia #AEBA14

RGB

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

 GREEN value IS 186 (73.05% from 255) = 48.95%

 BLUE value IS 20 (8.2% from 255) = 5.26%

R = 45.79%
G = 48.95%
B = 5.26%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#AEBA14 (or 0xAEBA14) is known color: Bahia. HEX triplet: AE, BA and 14. RGB value is (174,186,20). Sum of RGB (Red+Green+Blue) = 174+186+20=380 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.79% from 380); Green value is 186 (73.05% from 255 or 48.95% from 380); Blue value is 20 (8.20% from 255 or 5.26% from 380); Max value from RGB is 186 - color contains mainly: green. Hex color #AEBA14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEBA14 is #5145EB. Grayscale: #A4A4A4. Windows color (decimal): -5326316 or 1358510. OLE color: 1358510.

HSL color Cylindrical-coordinate representation of color #AEBA14: hue angle of 64.34º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AEBA14 is Cyan = 0.06, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB 174 186 20 -
CMYK 0.06 0 0.89 0.27
HSL 64.34º 0.81% 0.4% -
HSV(B) 64.34º 0.89% 0.73% -
XYZ 35.14 44.17 7.33 -
YUV 163.49 47.02 135.5 -
System Red Green Blue C M Y K H S L
Decimal 174 186 20 0.06 0 0.89 0.27 64.34 0.81 0.4
Hex AE BA 14 6 0 59 1B 40 51 28
Octal 256 272 24 6 0 131 33 100 121 50
Binary 10101110 10111010 10100 110 0 1011001 11011 1000000 1010001 101000

Color Harmonies of #AEBA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBA14

Black with #AEBA14

Text Example


Text Example

White with #AEBA14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBA14; }

 p { color: rgb(174,186,20); }

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

background-color css

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

 a { background-color: rgb(174,186,20); }

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

border-color css

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

 span { border-color: rgb(174,186,20); }

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