Html Css Color HEX #AEB919 Bahia

📋 copy color: '#AEB919'

red 174 ◦ green 185 ◦ blue 25

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

Shades of Bahia #AEB919

Tints of Bahia #AEB919

RGB

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

 GREEN value IS 185 (72.66% from 255) = 48.18%

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

R = 45.31%
G = 48.18%
B = 6.51%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#AEB919 (or 0xAEB919) is known color: Bahia. HEX triplet: AE, B9 and 19. RGB value is (174,185,25). Sum of RGB (Red+Green+Blue) = 174+185+25=384 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.31% from 384); Green value is 185 (72.66% from 255 or 48.18% from 384); Blue value is 25 (10.16% from 255 or 6.51% from 384); Max value from RGB is 185 - color contains mainly: green. Hex color #AEB919 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEB919 is #5146E6. Grayscale: #A4A4A4. Windows color (decimal): -5326567 or 1685934. OLE color: 1685934.

HSL color Cylindrical-coordinate representation of color #AEB919: hue angle of 64.12º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AEB919 is Cyan = 0.06, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB 174 185 25 -
CMYK 0.06 0 0.86 0.27
HSL 64.13º 0.76% 0.41% -
HSV(B) 64.13º 0.86% 0.73% -
XYZ 34.98 43.77 7.52 -
YUV 163.47 49.86 135.51 -
System Red Green Blue C M Y K H S L
Decimal 174 185 25 0.06 0 0.86 0.27 64.13 0.76 0.41
Hex AE B9 19 6 0 56 1B 40 4C 29
Octal 256 271 31 6 0 126 33 100 114 51
Binary 10101110 10111001 11001 110 0 1010110 11011 1000000 1001100 101001

Color Harmonies of #AEB919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB919

Black with #AEB919

Text Example


Text Example

White with #AEB919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB919; }

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

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

background-color css

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

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

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

border-color css

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

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

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