Html Css Color HEX #AEBC02 La Rioja

📋 copy color: '#AEBC02'

red 174 ◦ green 188 ◦ blue 2

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

Shades of La Rioja #AEBC02

Tints of La Rioja #AEBC02

RGB

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

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

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

R = 47.8%
G = 51.65%
B = 0.55%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#AEBC02 (or 0xAEBC02) is known color: La Rioja. HEX triplet: AE, BC and 02. RGB value is (174,188,2). Sum of RGB (Red+Green+Blue) = 174+188+2=364 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.80% from 364); Green value is 188 (73.83% from 255 or 51.65% from 364); Blue value is 2 (1.17% from 255 or 0.55% from 364); Max value from RGB is 188 - color contains mainly: green. Hex color #AEBC02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEBC02 is #5143FD. Grayscale: #A3A3A3. Windows color (decimal): -5325822 or 179374. OLE color: 179374.

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

Color convert

RGB 174 188 2 -
CMYK 0.07 0 0.99 0.26
HSL 64.52º 0.98% 0.37% -
HSV(B) 64.52º 0.99% 0.74% -
XYZ 35.45 44.97 6.87 -
YUV 162.61 37.36 136.12 -
System Red Green Blue C M Y K H S L
Decimal 174 188 2 0.07 0 0.99 0.26 64.52 0.98 0.37
Hex AE BC 2 7 0 63 1A 41 62 25
Octal 256 274 2 7 0 143 32 101 142 45
Binary 10101110 10111100 10 111 0 1100011 11010 1000001 1100010 100101

Color Harmonies of #AEBC02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBC02

Black with #AEBC02

Text Example


Text Example

White with #AEBC02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBC02; }

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

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

background-color css

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

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

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

border-color css

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

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

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