Html Css Color HEX #AEBB01 La Rioja

📋 copy color: '#AEBB01'

red 174 ◦ green 187 ◦ blue 1

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

Shades of La Rioja #AEBB01

Tints of La Rioja #AEBB01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.28%

R = 48.07%
G = 51.66%
B = 0.28%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#AEBB01 (or 0xAEBB01) is known color: La Rioja. HEX triplet: AE, BB and 01. RGB value is (174,187,1). Sum of RGB (Red+Green+Blue) = 174+187+1=362 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.07% from 362); Green value is 187 (73.44% from 255 or 51.66% from 362); Blue value is 1 (0.78% from 255 or 0.28% from 362); Max value from RGB is 187 - color contains mainly: green. Hex color #AEBB01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEBB01 is #5144FE. Grayscale: #A2A2A2. Windows color (decimal): -5326079 or 113582. OLE color: 113582.

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

Color convert

RGB 174 187 1 -
CMYK 0.07 0 0.99 0.27
HSL 64.19º 0.99% 0.37% -
HSV(B) 64.19º 0.99% 0.73% -
XYZ 35.23 44.54 6.77 -
YUV 161.91 37.19 136.62 -
System Red Green Blue C M Y K H S L
Decimal 174 187 1 0.07 0 0.99 0.27 64.19 0.99 0.37
Hex AE BB 1 7 0 63 1B 40 63 25
Octal 256 273 1 7 0 143 33 100 143 45
Binary 10101110 10111011 1 111 0 1100011 11011 1000000 1100011 100101

Color Harmonies of #AEBB01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBB01

Black with #AEBB01

Text Example


Text Example

White with #AEBB01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBB01; }

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

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

background-color css

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

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

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

border-color css

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

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

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