Html Css Color HEX #ADBA0F La Rioja

📋 copy color: '#ADBA0F'

red 173 ◦ green 186 ◦ blue 15

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

Shades of La Rioja #ADBA0F

Tints of La Rioja #ADBA0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.01%

R = 46.26%
G = 49.73%
B = 4.01%

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

#ADBA0F (or 0xADBA0F) is known color: La Rioja. HEX triplet: AD, BA and 0F. RGB value is (173,186,15). Sum of RGB (Red+Green+Blue) = 173+186+15=374 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.26% from 374); Green value is 186 (73.05% from 255 or 49.73% from 374); Blue value is 15 (6.25% from 255 or 4.01% from 374); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADBA0F is #5245F0. Grayscale: #A3A3A3. Windows color (decimal): -5391857 or 1030829. OLE color: 1030829.

HSL color Cylindrical-coordinate representation of color #ADBA0F: hue angle of 64.56º degrees, saturation: 0.85, 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 #ADBA0F is Cyan = 0.07, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 186 15 -
CMYK 0.07 0 0.92 0.27
HSL 64.56º 0.85% 0.39% -
HSV(B) 64.56º 0.92% 0.73% -
XYZ 34.88 44.04 7.11 -
YUV 162.62 44.69 135.4 -
System Red Green Blue C M Y K H S L
Decimal 173 186 15 0.07 0 0.92 0.27 64.56 0.85 0.39
Hex AD BA F 7 0 5C 1B 41 55 27
Octal 255 272 17 7 0 134 33 101 125 47
Binary 10101101 10111010 1111 111 0 1011100 11011 1000001 1010101 100111

Color Harmonies of #ADBA0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBA0F

Black with #ADBA0F

Text Example


Text Example

White with #ADBA0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBA0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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