Html Css Color HEX #AEBC11 La Rioja

📋 copy color: '#AEBC11'

red 174 ◦ green 188 ◦ blue 17

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

Shades of La Rioja #AEBC11

Tints of La Rioja #AEBC11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.49%

R = 45.91%
G = 49.6%
B = 4.49%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#AEBC11 (or 0xAEBC11) is known color: La Rioja. HEX triplet: AE, BC and 11. RGB value is (174,188,17). Sum of RGB (Red+Green+Blue) = 174+188+17=379 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.91% from 379); Green value is 188 (73.83% from 255 or 49.60% from 379); Blue value is 17 (7.03% from 255 or 4.49% from 379); Max value from RGB is 188 - color contains mainly: green. Hex color #AEBC11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEBC11 is #5143EE. Grayscale: #A4A4A4. Windows color (decimal): -5325807 or 1162414. OLE color: 1162414.

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

Color convert

RGB 174 188 17 -
CMYK 0.07 0 0.91 0.26
HSL 64.91º 0.83% 0.4% -
HSV(B) 64.91º 0.91% 0.74% -
XYZ 35.54 45.01 7.34 -
YUV 164.32 44.86 134.9 -
System Red Green Blue C M Y K H S L
Decimal 174 188 17 0.07 0 0.91 0.26 64.91 0.83 0.4
Hex AE BC 11 7 0 5B 1A 41 53 28
Octal 256 274 21 7 0 133 32 101 123 50
Binary 10101110 10111100 10001 111 0 1011011 11010 1000001 1010011 101000

Color Harmonies of #AEBC11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBC11

Black with #AEBC11

Text Example


Text Example

White with #AEBC11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBC11; }

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

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

background-color css

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

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

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

border-color css

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

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

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