Html Css Color HEX #AEBB02 La Rioja

📋 copy color: '#AEBB02'

red 174 ◦ green 187 ◦ blue 2

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

Shades of La Rioja #AEBB02

Tints of La Rioja #AEBB02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.55%

R = 47.93%
G = 51.52%
B = 0.55%

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

#AEBB02 (or 0xAEBB02) is known color: La Rioja. HEX triplet: AE, BB and 02. RGB value is (174,187,2). Sum of RGB (Red+Green+Blue) = 174+187+2=363 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.93% from 363); Green value is 187 (73.44% from 255 or 51.52% from 363); Blue value is 2 (1.17% from 255 or 0.55% from 363); Max value from RGB is 187 - color contains mainly: green. Hex color #AEBB02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEBB02 is #5144FD. Grayscale: #A2A2A2. Windows color (decimal): -5326078 or 179118. OLE color: 179118.

HSL color Cylindrical-coordinate representation of color #AEBB02: hue angle of 64.22º degrees, saturation: 0.98, 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 #AEBB02 is Cyan = 0.07, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB 174 187 2 -
CMYK 0.07 0 0.99 0.27
HSL 64.22º 0.98% 0.37% -
HSV(B) 64.22º 0.99% 0.73% -
XYZ 35.24 44.54 6.8 -
YUV 162.02 37.69 136.54 -
System Red Green Blue C M Y K H S L
Decimal 174 187 2 0.07 0 0.99 0.27 64.22 0.98 0.37
Hex AE BB 2 7 0 63 1B 40 62 25
Octal 256 273 2 7 0 143 33 100 142 45
Binary 10101110 10111011 10 111 0 1100011 11011 1000000 1100010 100101

Color Harmonies of #AEBB02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBB02

Black with #AEBB02

Text Example


Text Example

White with #AEBB02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBB02; }

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

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

background-color css

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

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

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

border-color css

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

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

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