Html Css Color HEX #ADBA10 La Rioja

📋 copy color: '#ADBA10'

red 173 ◦ green 186 ◦ blue 16

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

Shades of La Rioja #ADBA10

Tints of La Rioja #ADBA10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.27%

R = 46.13%
G = 49.6%
B = 4.27%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#ADBA10 (or 0xADBA10) is known color: La Rioja. HEX triplet: AD, BA and 10. RGB value is (173,186,16). Sum of RGB (Red+Green+Blue) = 173+186+16=375 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.13% from 375); Green value is 186 (73.05% from 255 or 49.6% from 375); Blue value is 16 (6.64% from 255 or 4.27% from 375); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADBA10 is #5245EF. Grayscale: #A3A3A3. Windows color (decimal): -5391856 or 1096365. OLE color: 1096365.

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

Color convert

RGB 173 186 16 -
CMYK 0.07 0 0.91 0.27
HSL 64.59º 0.84% 0.4% -
HSV(B) 64.59º 0.91% 0.73% -
XYZ 34.89 44.04 7.15 -
YUV 162.73 45.19 135.32 -
System Red Green Blue C M Y K H S L
Decimal 173 186 16 0.07 0 0.91 0.27 64.59 0.84 0.4
Hex AD BA 10 7 0 5B 1B 41 54 28
Octal 255 272 20 7 0 133 33 101 124 50
Binary 10101101 10111010 10000 111 0 1011011 11011 1000001 1010100 101000

Color Harmonies of #ADBA10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBA10

Black with #ADBA10

Text Example


Text Example

White with #ADBA10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBA10; }

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

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

background-color css

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

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

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

border-color css

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

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

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