Html Css Color HEX #AEB815 Bahia

📋 copy color: '#AEB815'

red 174 ◦ green 184 ◦ blue 21

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

Shades of Bahia #AEB815

Tints of Bahia #AEB815

RGB

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

 GREEN value IS 184 (72.27% from 255) = 48.55%

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

R = 45.91%
G = 48.55%
B = 5.54%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#AEB815 (or 0xAEB815) is known color: Bahia. HEX triplet: AE, B8 and 15. RGB value is (174,184,21). Sum of RGB (Red+Green+Blue) = 174+184+21=379 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.91% from 379); Green value is 184 (72.27% from 255 or 48.55% from 379); Blue value is 21 (8.59% from 255 or 5.54% from 379); Max value from RGB is 184 - color contains mainly: green. Hex color #AEB815 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEB815 is #5147EA. Grayscale: #A3A3A3. Windows color (decimal): -5326827 or 1423534. OLE color: 1423534.

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

Color convert

RGB 174 184 21 -
CMYK 0.05 0 0.89 0.28
HSL 63.68º 0.8% 0.4% -
HSV(B) 63.68º 0.89% 0.72% -
XYZ 34.73 43.33 7.24 -
YUV 162.43 48.19 136.25 -
System Red Green Blue C M Y K H S L
Decimal 174 184 21 0.05 0 0.89 0.28 63.68 0.8 0.4
Hex AE B8 15 5 0 59 1C 40 50 28
Octal 256 270 25 5 0 131 34 100 120 50
Binary 10101110 10111000 10101 101 0 1011001 11100 1000000 1010000 101000

Color Harmonies of #AEB815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB815

Black with #AEB815

Text Example


Text Example

White with #AEB815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB815; }

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

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

background-color css

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

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

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

border-color css

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

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

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