Html Css Color HEX #AEBE19 Bahia

📋 copy color: '#AEBE19'

red 174 ◦ green 190 ◦ blue 25

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

Shades of Bahia #AEBE19

Tints of Bahia #AEBE19

RGB

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

 GREEN value IS 190 (74.61% from 255) = 48.84%

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

R = 44.73%
G = 48.84%
B = 6.43%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#AEBE19 (or 0xAEBE19) is known color: Bahia. HEX triplet: AE, BE and 19. RGB value is (174,190,25). Sum of RGB (Red+Green+Blue) = 174+190+25=389 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.73% from 389); Green value is 190 (74.61% from 255 or 48.84% from 389); Blue value is 25 (10.16% from 255 or 6.43% from 389); Max value from RGB is 190 - color contains mainly: green. Hex color #AEBE19 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEBE19 is #5141E6. Grayscale: #A7A7A7. Windows color (decimal): -5325287 or 1687214. OLE color: 1687214.

HSL color Cylindrical-coordinate representation of color #AEBE19: hue angle of 65.82º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AEBE19 is Cyan = 0.08, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.25.

Color convert

RGB 174 190 25 -
CMYK 0.08 0 0.87 0.25
HSL 65.82º 0.77% 0.42% -
HSV(B) 65.82º 0.87% 0.75% -
XYZ 36.04 45.9 7.88 -
YUV 166.41 48.2 133.42 -
System Red Green Blue C M Y K H S L
Decimal 174 190 25 0.08 0 0.87 0.25 65.82 0.77 0.42
Hex AE BE 19 8 0 57 19 42 4D 2A
Octal 256 276 31 10 0 127 31 102 115 52
Binary 10101110 10111110 11001 1000 0 1010111 11001 1000010 1001101 101010

Color Harmonies of #AEBE19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBE19

Black with #AEBE19

Text Example


Text Example

White with #AEBE19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBE19; }

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

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

background-color css

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

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

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

border-color css

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

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

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