Html Css Color HEX #AEBA12 Bahia

📋 copy color: '#AEBA12'

red 174 ◦ green 186 ◦ blue 18

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

Shades of Bahia #AEBA12

Tints of Bahia #AEBA12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.76%

R = 46.03%
G = 49.21%
B = 4.76%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#AEBA12 (or 0xAEBA12) is known color: Bahia. HEX triplet: AE, BA and 12. RGB value is (174,186,18). Sum of RGB (Red+Green+Blue) = 174+186+18=378 (50% of max value = 765). Red value is 174 (68.36% from 255 or 46.03% from 378); Green value is 186 (73.05% from 255 or 49.21% from 378); Blue value is 18 (7.42% from 255 or 4.76% from 378); Max value from RGB is 186 - color contains mainly: green. Hex color #AEBA12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEBA12 is #5145ED. Grayscale: #A3A3A3. Windows color (decimal): -5326318 or 1227438. OLE color: 1227438.

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

Color convert

RGB 174 186 18 -
CMYK 0.06 0 0.90 0.27
HSL 64.29º 0.82% 0.4% -
HSV(B) 64.29º 0.9% 0.73% -
XYZ 35.12 44.16 7.24 -
YUV 163.26 46.02 135.66 -
System Red Green Blue C M Y K H S L
Decimal 174 186 18 0.06 0 0.90 0.27 64.29 0.82 0.4
Hex AE BA 12 6 0 5A 1B 40 52 28
Octal 256 272 22 6 0 132 33 100 122 50
Binary 10101110 10111010 10010 110 0 1011010 11011 1000000 1010010 101000

Color Harmonies of #AEBA12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBA12

Black with #AEBA12

Text Example


Text Example

White with #AEBA12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBA12; }

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

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

background-color css

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

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

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

border-color css

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

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

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