Html Css Color HEX #ADBA0C La Rioja

📋 copy color: '#ADBA0C'

red 173 ◦ green 186 ◦ blue 12

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

Shades of La Rioja #ADBA0C

Tints of La Rioja #ADBA0C

RGB

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

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

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

R = 46.63%
G = 50.13%
B = 3.23%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#ADBA0C (or 0xADBA0C) is known color: La Rioja. HEX triplet: AD, BA and 0C. RGB value is (173,186,12). Sum of RGB (Red+Green+Blue) = 173+186+12=371 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.63% from 371); Green value is 186 (73.05% from 255 or 50.13% from 371); Blue value is 12 (5.08% from 255 or 3.23% from 371); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADBA0C is #5245F3. Grayscale: #A2A2A2. Windows color (decimal): -5391860 or 834221. OLE color: 834221.

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

Color convert

RGB 173 186 12 -
CMYK 0.07 0 0.94 0.27
HSL 64.48º 0.88% 0.39% -
HSV(B) 64.48º 0.94% 0.73% -
XYZ 34.86 44.03 7.01 -
YUV 162.28 43.19 135.65 -
System Red Green Blue C M Y K H S L
Decimal 173 186 12 0.07 0 0.94 0.27 64.48 0.88 0.39
Hex AD BA C 7 0 5E 1B 40 58 27
Octal 255 272 14 7 0 136 33 100 130 47
Binary 10101101 10111010 1100 111 0 1011110 11011 1000000 1011000 100111

Color Harmonies of #ADBA0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBA0C

Black with #ADBA0C

Text Example


Text Example

White with #ADBA0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBA0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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