Html Css Color HEX #AEBF15 Bahia

📋 copy color: '#AEBF15'

red 174 ◦ green 191 ◦ blue 21

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

Shades of Bahia #AEBF15

Tints of Bahia #AEBF15

RGB

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

 GREEN value IS 191 (75% from 255) = 49.48%

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

R = 45.08%
G = 49.48%
B = 5.44%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#AEBF15 (or 0xAEBF15) is known color: Bahia. HEX triplet: AE, BF and 15. RGB value is (174,191,21). Sum of RGB (Red+Green+Blue) = 174+191+21=386 (51% of max value = 765). Red value is 174 (68.36% from 255 or 45.08% from 386); Green value is 191 (75% from 255 or 49.48% from 386); Blue value is 21 (8.59% from 255 or 5.44% from 386); Max value from RGB is 191 - color contains mainly: green. Hex color #AEBF15 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEBF15 is #5140EA. Grayscale: #A7A7A7. Windows color (decimal): -5325035 or 1425326. OLE color: 1425326.

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

Color convert

RGB 174 191 21 -
CMYK 0.09 0 0.89 0.25
HSL 66º 0.8% 0.42% -
HSV(B) 66º 0.89% 0.75% -
XYZ 36.22 46.31 7.74 -
YUV 166.54 45.87 133.32 -
System Red Green Blue C M Y K H S L
Decimal 174 191 21 0.09 0 0.89 0.25 66 0.8 0.42
Hex AE BF 15 9 0 59 19 42 50 2A
Octal 256 277 25 11 0 131 31 102 120 52
Binary 10101110 10111111 10101 1001 0 1011001 11001 1000010 1010000 101010

Color Harmonies of #AEBF15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBF15

Black with #AEBF15

Text Example


Text Example

White with #AEBF15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBF15; }

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

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

background-color css

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

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

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

border-color css

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

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

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