Html Css Color HEX #AEBC0D La Rioja

📋 copy color: '#AEBC0D'

red 174 ◦ green 188 ◦ blue 13

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

Shades of La Rioja #AEBC0D

Tints of La Rioja #AEBC0D

RGB

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

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

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

R = 46.4%
G = 50.13%
B = 3.47%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#AEBC0D (or 0xAEBC0D) is known color: La Rioja. HEX triplet: AE, BC and 0D. RGB value is (174,188,13). Sum of RGB (Red+Green+Blue) = 174+188+13=375 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.4% from 375); Green value is 188 (73.83% from 255 or 50.13% from 375); Blue value is 13 (5.47% from 255 or 3.47% from 375); Max value from RGB is 188 - color contains mainly: green. Hex color #AEBC0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEBC0D is #5143F2. Grayscale: #A4A4A4. Windows color (decimal): -5325811 or 900270. OLE color: 900270.

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

Color convert

RGB 174 188 13 -
CMYK 0.07 0 0.93 0.26
HSL 64.8º 0.87% 0.39% -
HSV(B) 64.8º 0.93% 0.74% -
XYZ 35.51 44.99 7.19 -
YUV 163.86 42.86 135.23 -
System Red Green Blue C M Y K H S L
Decimal 174 188 13 0.07 0 0.93 0.26 64.8 0.87 0.39
Hex AE BC D 7 0 5D 1A 41 57 27
Octal 256 274 15 7 0 135 32 101 127 47
Binary 10101110 10111100 1101 111 0 1011101 11010 1000001 1010111 100111

Color Harmonies of #AEBC0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBC0D

Black with #AEBC0D

Text Example


Text Example

White with #AEBC0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBC0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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