Html Css Color HEX #ADBA0E La Rioja

📋 copy color: '#ADBA0E'

red 173 ◦ green 186 ◦ blue 14

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

Shades of La Rioja #ADBA0E

Tints of La Rioja #ADBA0E

RGB

 RED value IS 173 (67.97% from 255) = 46.38%

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

 BLUE value IS 14 (5.86% from 255) = 3.75%

R = 46.38%
G = 49.87%
B = 3.75%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#ADBA0E (or 0xADBA0E) is known color: La Rioja. HEX triplet: AD, BA and 0E. RGB value is (173,186,14). Sum of RGB (Red+Green+Blue) = 173+186+14=373 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.38% from 373); Green value is 186 (73.05% from 255 or 49.87% from 373); Blue value is 14 (5.86% from 255 or 3.75% from 373); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA0E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADBA0E is #5245F1. Grayscale: #A3A3A3. Windows color (decimal): -5391858 or 965293. OLE color: 965293.

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

Color convert

RGB 173 186 14 -
CMYK 0.07 0 0.92 0.27
HSL 64.53º 0.86% 0.39% -
HSV(B) 64.53º 0.92% 0.73% -
XYZ 34.87 44.03 7.08 -
YUV 162.51 44.19 135.49 -
System Red Green Blue C M Y K H S L
Decimal 173 186 14 0.07 0 0.92 0.27 64.53 0.86 0.39
Hex AD BA E 7 0 5C 1B 41 56 27
Octal 255 272 16 7 0 134 33 101 126 47
Binary 10101101 10111010 1110 111 0 1011100 11011 1000001 1010110 100111

Color Harmonies of #ADBA0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBA0E

Black with #ADBA0E

Text Example


Text Example

White with #ADBA0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBA0E; }

 p { color: rgb(173,186,14); }

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

background-color css

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

 a { background-color: rgb(173,186,14); }

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

border-color css

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

 span { border-color: rgb(173,186,14); }

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