Html Css Color HEX #AEBC19 Bahia

📋 copy color: '#AEBC19'

red 174 ◦ green 188 ◦ blue 25

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

Shades of Bahia #AEBC19

Tints of Bahia #AEBC19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.46%

R = 44.96%
G = 48.58%
B = 6.46%

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

#AEBC19 (or 0xAEBC19) is known color: Bahia. HEX triplet: AE, BC and 19. RGB value is (174,188,25). Sum of RGB (Red+Green+Blue) = 174+188+25=387 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.96% from 387); Green value is 188 (73.83% from 255 or 48.58% from 387); Blue value is 25 (10.16% from 255 or 6.46% from 387); Max value from RGB is 188 - color contains mainly: green. Hex color #AEBC19 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEBC19 is #5143E6. Grayscale: #A5A5A5. Windows color (decimal): -5325799 or 1686702. OLE color: 1686702.

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

Color convert

RGB 174 188 25 -
CMYK 0.07 0 0.87 0.26
HSL 65.15º 0.77% 0.42% -
HSV(B) 65.15º 0.87% 0.74% -
XYZ 35.61 45.04 7.74 -
YUV 165.23 48.86 134.25 -
System Red Green Blue C M Y K H S L
Decimal 174 188 25 0.07 0 0.87 0.26 65.15 0.77 0.42
Hex AE BC 19 7 0 57 1A 41 4D 2A
Octal 256 274 31 7 0 127 32 101 115 52
Binary 10101110 10111100 11001 111 0 1010111 11010 1000001 1001101 101010

Color Harmonies of #AEBC19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBC19

Black with #AEBC19

Text Example


Text Example

White with #AEBC19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBC19; }

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

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

background-color css

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

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

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

border-color css

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

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

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