Html Css Color HEX #AEBC15 Bahia

📋 copy color: '#AEBC15'

red 174 ◦ green 188 ◦ blue 21

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

Shades of Bahia #AEBC15

Tints of Bahia #AEBC15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.48%

R = 45.43%
G = 49.09%
B = 5.48%

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

#AEBC15 (or 0xAEBC15) is known color: Bahia. HEX triplet: AE, BC and 15. RGB value is (174,188,21). Sum of RGB (Red+Green+Blue) = 174+188+21=383 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.43% from 383); Green value is 188 (73.83% from 255 or 49.09% from 383); Blue value is 21 (8.59% from 255 or 5.48% from 383); Max value from RGB is 188 - color contains mainly: green. Hex color #AEBC15 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEBC15 is #5143EA. Grayscale: #A5A5A5. Windows color (decimal): -5325803 or 1424558. OLE color: 1424558.

HSL color Cylindrical-coordinate representation of color #AEBC15: hue angle of 65.03º degrees, saturation: 0.8, 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 #AEBC15 is Cyan = 0.07, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.26.

Color convert

RGB 174 188 21 -
CMYK 0.07 0 0.89 0.26
HSL 65.03º 0.8% 0.41% -
HSV(B) 65.03º 0.89% 0.74% -
XYZ 35.57 45.02 7.52 -
YUV 164.78 46.86 134.58 -
System Red Green Blue C M Y K H S L
Decimal 174 188 21 0.07 0 0.89 0.26 65.03 0.8 0.41
Hex AE BC 15 7 0 59 1A 41 50 29
Octal 256 274 25 7 0 131 32 101 120 51
Binary 10101110 10111100 10101 111 0 1011001 11010 1000001 1010000 101001

Color Harmonies of #AEBC15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBC15

Black with #AEBC15

Text Example


Text Example

White with #AEBC15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBC15; }

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

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

background-color css

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

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

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

border-color css

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

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

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