Html Css Color HEX #AEBC14 Bahia

📋 copy color: '#AEBC14'

red 174 ◦ green 188 ◦ blue 20

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

Shades of Bahia #AEBC14

Tints of Bahia #AEBC14

RGB

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

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

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

R = 45.55%
G = 49.21%
B = 5.24%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#AEBC14 (or 0xAEBC14) is known color: Bahia. HEX triplet: AE, BC and 14. RGB value is (174,188,20). Sum of RGB (Red+Green+Blue) = 174+188+20=382 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.55% from 382); Green value is 188 (73.83% from 255 or 49.21% from 382); Blue value is 20 (8.20% from 255 or 5.24% from 382); Max value from RGB is 188 - color contains mainly: green. Hex color #AEBC14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEBC14 is #5143EB. Grayscale: #A5A5A5. Windows color (decimal): -5325804 or 1359022. OLE color: 1359022.

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

Color convert

RGB 174 188 20 -
CMYK 0.07 0 0.89 0.26
HSL 65º 0.81% 0.41% -
HSV(B) 65º 0.89% 0.74% -
XYZ 35.57 45.02 7.48 -
YUV 164.66 46.36 134.66 -
System Red Green Blue C M Y K H S L
Decimal 174 188 20 0.07 0 0.89 0.26 65 0.81 0.41
Hex AE BC 14 7 0 59 1A 41 51 29
Octal 256 274 24 7 0 131 32 101 121 51
Binary 10101110 10111100 10100 111 0 1011001 11010 1000001 1010001 101001

Color Harmonies of #AEBC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBC14

Black with #AEBC14

Text Example


Text Example

White with #AEBC14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBC14; }

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

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

background-color css

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

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

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

border-color css

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

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

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