Html Css Color HEX #AEB915 Bahia

📋 copy color: '#AEB915'

red 174 ◦ green 185 ◦ blue 21

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

Shades of Bahia #AEB915

Tints of Bahia #AEB915

RGB

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

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

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

R = 45.79%
G = 48.68%
B = 5.53%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#AEB915 (or 0xAEB915) is known color: Bahia. HEX triplet: AE, B9 and 15. RGB value is (174,185,21). Sum of RGB (Red+Green+Blue) = 174+185+21=380 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.79% from 380); Green value is 185 (72.66% from 255 or 48.68% from 380); Blue value is 21 (8.59% from 255 or 5.53% from 380); Max value from RGB is 185 - color contains mainly: green. Hex color #AEB915 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEB915 is #5146EA. Grayscale: #A3A3A3. Windows color (decimal): -5326571 or 1423790. OLE color: 1423790.

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

Color convert

RGB 174 185 21 -
CMYK 0.06 0 0.89 0.27
HSL 64.02º 0.8% 0.4% -
HSV(B) 64.02º 0.89% 0.73% -
XYZ 34.94 43.75 7.31 -
YUV 163.02 47.86 135.84 -
System Red Green Blue C M Y K H S L
Decimal 174 185 21 0.06 0 0.89 0.27 64.02 0.8 0.4
Hex AE B9 15 6 0 59 1B 40 50 28
Octal 256 271 25 6 0 131 33 100 120 50
Binary 10101110 10111001 10101 110 0 1011001 11011 1000000 1010000 101000

Color Harmonies of #AEB915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB915

Black with #AEB915

Text Example


Text Example

White with #AEB915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB915; }

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

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

background-color css

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

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

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

border-color css

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

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

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