Html Css Color HEX #AEBD15 Bahia

📋 copy color: '#AEBD15'

red 174 ◦ green 189 ◦ blue 21

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

Shades of Bahia #AEBD15

Tints of Bahia #AEBD15

RGB

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

 GREEN value IS 189 (74.22% from 255) = 49.22%

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

R = 45.31%
G = 49.22%
B = 5.47%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#AEBD15 (or 0xAEBD15) is known color: Bahia. HEX triplet: AE, BD and 15. RGB value is (174,189,21). Sum of RGB (Red+Green+Blue) = 174+189+21=384 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.31% from 384); Green value is 189 (74.22% from 255 or 49.22% from 384); Blue value is 21 (8.59% from 255 or 5.47% from 384); Max value from RGB is 189 - color contains mainly: green. Hex color #AEBD15 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEBD15 is #5142EA. Grayscale: #A6A6A6. Windows color (decimal): -5325547 or 1424814. OLE color: 1424814.

HSL color Cylindrical-coordinate representation of color #AEBD15: hue angle of 65.36º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AEBD15 is Cyan = 0.08, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.26.

Color convert

RGB 174 189 21 -
CMYK 0.08 0 0.89 0.26
HSL 65.36º 0.8% 0.41% -
HSV(B) 65.36º 0.89% 0.74% -
XYZ 35.79 45.45 7.6 -
YUV 165.36 46.53 134.16 -
System Red Green Blue C M Y K H S L
Decimal 174 189 21 0.08 0 0.89 0.26 65.36 0.8 0.41
Hex AE BD 15 8 0 59 1A 41 50 29
Octal 256 275 25 10 0 131 32 101 120 51
Binary 10101110 10111101 10101 1000 0 1011001 11010 1000001 1010000 101001

Color Harmonies of #AEBD15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBD15

Black with #AEBD15

Text Example


Text Example

White with #AEBD15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBD15; }

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

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

background-color css

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

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

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

border-color css

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

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

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