Html Css Color HEX #AEB90C La Rioja

📋 copy color: '#AEB90C'

red 174 ◦ green 185 ◦ blue 12

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

Shades of La Rioja #AEB90C

Tints of La Rioja #AEB90C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.23%

R = 46.9%
G = 49.87%
B = 3.23%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#AEB90C (or 0xAEB90C) is known color: La Rioja. HEX triplet: AE, B9 and 0C. RGB value is (174,185,12). Sum of RGB (Red+Green+Blue) = 174+185+12=371 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.90% from 371); Green value is 185 (72.66% from 255 or 49.87% from 371); Blue value is 12 (5.08% from 255 or 3.23% from 371); Max value from RGB is 185 - color contains mainly: green. Hex color #AEB90C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEB90C is #5146F3. Grayscale: #A2A2A2. Windows color (decimal): -5326580 or 833966. OLE color: 833966.

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

Color convert

RGB 174 185 12 -
CMYK 0.06 0 0.94 0.27
HSL 63.82º 0.88% 0.39% -
HSV(B) 63.82º 0.94% 0.73% -
XYZ 34.87 43.72 6.95 -
YUV 161.99 43.36 136.57 -
System Red Green Blue C M Y K H S L
Decimal 174 185 12 0.06 0 0.94 0.27 63.82 0.88 0.39
Hex AE B9 C 6 0 5E 1B 40 58 27
Octal 256 271 14 6 0 136 33 100 130 47
Binary 10101110 10111001 1100 110 0 1011110 11011 1000000 1011000 100111

Color Harmonies of #AEB90C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB90C

Black with #AEB90C

Text Example


Text Example

White with #AEB90C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB90C; }

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

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

background-color css

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

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

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

border-color css

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

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

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