Html Css Color HEX #AEBC16 Bahia

📋 copy color: '#AEBC16'

red 174 ◦ green 188 ◦ blue 22

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

Shades of Bahia #AEBC16

Tints of Bahia #AEBC16

RGB

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

 GREEN value IS 188 (73.83% from 255) = 48.96%

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

R = 45.31%
G = 48.96%
B = 5.73%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#AEBC16 (or 0xAEBC16) is known color: Bahia. HEX triplet: AE, BC and 16. RGB value is (174,188,22). Sum of RGB (Red+Green+Blue) = 174+188+22=384 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.31% from 384); Green value is 188 (73.83% from 255 or 48.96% from 384); Blue value is 22 (8.98% from 255 or 5.73% from 384); Max value from RGB is 188 - color contains mainly: green. Hex color #AEBC16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEBC16 is #5143E9. Grayscale: #A5A5A5. Windows color (decimal): -5325802 or 1490094. OLE color: 1490094.

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

Color convert

RGB 174 188 22 -
CMYK 0.07 0 0.88 0.26
HSL 65.06º 0.79% 0.41% -
HSV(B) 65.06º 0.88% 0.74% -
XYZ 35.58 45.02 7.57 -
YUV 164.89 47.36 134.5 -
System Red Green Blue C M Y K H S L
Decimal 174 188 22 0.07 0 0.88 0.26 65.06 0.79 0.41
Hex AE BC 16 7 0 58 1A 41 4F 29
Octal 256 274 26 7 0 130 32 101 117 51
Binary 10101110 10111100 10110 111 0 1011000 11010 1000001 1001111 101001

Color Harmonies of #AEBC16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBC16

Black with #AEBC16

Text Example


Text Example

White with #AEBC16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBC16; }

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

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

background-color css

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

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

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

border-color css

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

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

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