Html Css Color HEX #AEB90D La Rioja

📋 copy color: '#AEB90D'

red 174 ◦ green 185 ◦ blue 13

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

Shades of La Rioja #AEB90D

Tints of La Rioja #AEB90D

RGB

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

 GREEN value IS 185 (72.66% from 255) = 49.73%

 BLUE value IS 13 (5.47% from 255) = 3.49%

R = 46.77%
G = 49.73%
B = 3.49%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#AEB90D (or 0xAEB90D) is known color: La Rioja. HEX triplet: AE, B9 and 0D. RGB value is (174,185,13). Sum of RGB (Red+Green+Blue) = 174+185+13=372 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.77% from 372); Green value is 185 (72.66% from 255 or 49.73% from 372); Blue value is 13 (5.47% from 255 or 3.49% from 372); Max value from RGB is 185 - color contains mainly: green. Hex color #AEB90D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEB90D is #5146F2. Grayscale: #A2A2A2. Windows color (decimal): -5326579 or 899502. OLE color: 899502.

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

Color convert

RGB 174 185 13 -
CMYK 0.06 0 0.93 0.27
HSL 63.84º 0.87% 0.39% -
HSV(B) 63.84º 0.93% 0.73% -
XYZ 34.88 43.73 6.98 -
YUV 162.1 43.86 136.49 -
System Red Green Blue C M Y K H S L
Decimal 174 185 13 0.06 0 0.93 0.27 63.84 0.87 0.39
Hex AE B9 D 6 0 5D 1B 40 57 27
Octal 256 271 15 6 0 135 33 100 127 47
Binary 10101110 10111001 1101 110 0 1011101 11011 1000000 1010111 100111

Color Harmonies of #AEB90D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB90D

Black with #AEB90D

Text Example


Text Example

White with #AEB90D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB90D; }

 p { color: rgb(174,185,13); }

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

background-color css

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

 a { background-color: rgb(174,185,13); }

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

border-color css

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

 span { border-color: rgb(174,185,13); }

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