Html Css Color HEX #AEB719 Bahia

📋 copy color: '#AEB719'

red 174 ◦ green 183 ◦ blue 25

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

Shades of Bahia #AEB719

Tints of Bahia #AEB719

RGB

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

 GREEN value IS 183 (71.88% from 255) = 47.91%

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

R = 45.55%
G = 47.91%
B = 6.54%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.86

 K value IS 0.28

RGB Variations

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

Color information

#AEB719 (or 0xAEB719) is known color: Bahia. HEX triplet: AE, B7 and 19. RGB value is (174,183,25). Sum of RGB (Red+Green+Blue) = 174+183+25=382 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.55% from 382); Green value is 183 (71.88% from 255 or 47.91% from 382); Blue value is 25 (10.16% from 255 or 6.54% from 382); Max value from RGB is 183 - color contains mainly: green. Hex color #AEB719 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEB719 is #5148E6. Grayscale: #A2A2A2. Windows color (decimal): -5327079 or 1685422. OLE color: 1685422.

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

Color convert

RGB 174 183 25 -
CMYK 0.05 0 0.86 0.28
HSL 63.42º 0.76% 0.41% -
HSV(B) 63.42º 0.86% 0.72% -
XYZ 34.56 42.94 7.39 -
YUV 162.3 50.52 136.35 -
System Red Green Blue C M Y K H S L
Decimal 174 183 25 0.05 0 0.86 0.28 63.42 0.76 0.41
Hex AE B7 19 5 0 56 1C 3F 4C 29
Octal 256 267 31 5 0 126 34 77 114 51
Binary 10101110 10110111 11001 101 0 1010110 11100 111111 1001100 101001

Color Harmonies of #AEB719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB719

Black with #AEB719

Text Example


Text Example

White with #AEB719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB719; }

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

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

background-color css

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

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

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

border-color css

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

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

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