Html Css Color HEX #AEBB10 La Rioja

📋 copy color: '#AEBB10'

red 174 ◦ green 187 ◦ blue 16

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

Shades of La Rioja #AEBB10

Tints of La Rioja #AEBB10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.24%

R = 46.15%
G = 49.6%
B = 4.24%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#AEBB10 (or 0xAEBB10) is known color: La Rioja. HEX triplet: AE, BB and 10. RGB value is (174,187,16). Sum of RGB (Red+Green+Blue) = 174+187+16=377 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.15% from 377); Green value is 187 (73.44% from 255 or 49.60% from 377); Blue value is 16 (6.64% from 255 or 4.24% from 377); Max value from RGB is 187 - color contains mainly: green. Hex color #AEBB10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEBB10 is #5144EF. Grayscale: #A4A4A4. Windows color (decimal): -5326064 or 1096622. OLE color: 1096622.

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

Color convert

RGB 174 187 16 -
CMYK 0.07 0 0.91 0.27
HSL 64.56º 0.84% 0.4% -
HSV(B) 64.56º 0.91% 0.73% -
XYZ 35.32 44.58 7.23 -
YUV 163.62 44.69 135.4 -
System Red Green Blue C M Y K H S L
Decimal 174 187 16 0.07 0 0.91 0.27 64.56 0.84 0.4
Hex AE BB 10 7 0 5B 1B 41 54 28
Octal 256 273 20 7 0 133 33 101 124 50
Binary 10101110 10111011 10000 111 0 1011011 11011 1000001 1010100 101000

Color Harmonies of #AEBB10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBB10

Black with #AEBB10

Text Example


Text Example

White with #AEBB10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBB10; }

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

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

background-color css

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

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

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

border-color css

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

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

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