Html Css Color HEX #AEBA04 La Rioja

📋 copy color: '#AEBA04'

red 174 ◦ green 186 ◦ blue 4

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

Shades of La Rioja #AEBA04

Tints of La Rioja #AEBA04

RGB

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

 GREEN value IS 186 (73.05% from 255) = 51.1%

 BLUE value IS 4 (1.95% from 255) = 1.1%

R = 47.8%
G = 51.1%
B = 1.1%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#AEBA04 (or 0xAEBA04) is known color: La Rioja. HEX triplet: AE, BA and 04. RGB value is (174,186,4). Sum of RGB (Red+Green+Blue) = 174+186+4=364 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.80% from 364); Green value is 186 (73.05% from 255 or 51.10% from 364); Blue value is 4 (1.95% from 255 or 1.10% from 364); Max value from RGB is 186 - color contains mainly: green. Hex color #AEBA04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEBA04 is #5145FB. Grayscale: #A2A2A2. Windows color (decimal): -5326332 or 309934. OLE color: 309934.

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

Color convert

RGB 174 186 4 -
CMYK 0.06 0 0.98 0.27
HSL 63.96º 0.96% 0.37% -
HSV(B) 63.96º 0.98% 0.73% -
XYZ 35.04 44.13 6.79 -
YUV 161.66 39.02 136.8 -
System Red Green Blue C M Y K H S L
Decimal 174 186 4 0.06 0 0.98 0.27 63.96 0.96 0.37
Hex AE BA 4 6 0 62 1B 40 60 25
Octal 256 272 4 6 0 142 33 100 140 45
Binary 10101110 10111010 100 110 0 1100010 11011 1000000 1100000 100101

Color Harmonies of #AEBA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBA04

Black with #AEBA04

Text Example


Text Example

White with #AEBA04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBA04; }

 p { color: rgb(174,186,4); }

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

background-color css

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

 a { background-color: rgb(174,186,4); }

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

border-color css

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

 span { border-color: rgb(174,186,4); }

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