Html Css Color HEX #AEBB16 Bahia

📋 copy color: '#AEBB16'

red 174 ◦ green 187 ◦ blue 22

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

Shades of Bahia #AEBB16

Tints of Bahia #AEBB16

RGB

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

 GREEN value IS 187 (73.44% from 255) = 48.83%

 BLUE value IS 22 (8.98% from 255) = 5.74%

R = 45.43%
G = 48.83%
B = 5.74%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#AEBB16 (or 0xAEBB16) is known color: Bahia. HEX triplet: AE, BB and 16. RGB value is (174,187,22). Sum of RGB (Red+Green+Blue) = 174+187+22=383 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.43% from 383); Green value is 187 (73.44% from 255 or 48.83% from 383); Blue value is 22 (8.98% from 255 or 5.74% from 383); Max value from RGB is 187 - color contains mainly: green. Hex color #AEBB16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEBB16 is #5144E9. Grayscale: #A4A4A4. Windows color (decimal): -5326058 or 1489838. OLE color: 1489838.

HSL color Cylindrical-coordinate representation of color #AEBB16: hue angle of 64.73º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AEBB16 is Cyan = 0.07, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB 174 187 22 -
CMYK 0.07 0 0.88 0.27
HSL 64.73º 0.79% 0.41% -
HSV(B) 64.73º 0.88% 0.73% -
XYZ 35.37 44.6 7.5 -
YUV 164.3 47.69 134.92 -
System Red Green Blue C M Y K H S L
Decimal 174 187 22 0.07 0 0.88 0.27 64.73 0.79 0.41
Hex AE BB 16 7 0 58 1B 41 4F 29
Octal 256 273 26 7 0 130 33 101 117 51
Binary 10101110 10111011 10110 111 0 1011000 11011 1000001 1001111 101001

Color Harmonies of #AEBB16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBB16

Black with #AEBB16

Text Example


Text Example

White with #AEBB16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBB16; }

 p { color: rgb(174,187,22); }

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

background-color css

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

 a { background-color: rgb(174,187,22); }

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

border-color css

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

 span { border-color: rgb(174,187,22); }

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