Html Css Color HEX #ADBC0F La Rioja

📋 copy color: '#ADBC0F'

red 173 ◦ green 188 ◦ blue 15

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

Shades of La Rioja #ADBC0F

Tints of La Rioja #ADBC0F

RGB

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

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

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

R = 46.01%
G = 50%
B = 3.99%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#ADBC0F (or 0xADBC0F) is known color: La Rioja. HEX triplet: AD, BC and 0F. RGB value is (173,188,15). Sum of RGB (Red+Green+Blue) = 173+188+15=376 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.01% from 376); Green value is 188 (73.83% from 255 or 50% from 376); Blue value is 15 (6.25% from 255 or 3.99% from 376); Max value from RGB is 188 - color contains mainly: green. Hex color #ADBC0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADBC0F is #5243F0. Grayscale: #A4A4A4. Windows color (decimal): -5391345 or 1031341. OLE color: 1031341.

HSL color Cylindrical-coordinate representation of color #ADBC0F: hue angle of 65.2º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ADBC0F is Cyan = 0.08, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.26.

Color convert

RGB 173 188 15 -
CMYK 0.08 0 0.92 0.26
HSL 65.2º 0.85% 0.4% -
HSV(B) 65.2º 0.92% 0.74% -
XYZ 35.3 44.89 7.25 -
YUV 163.79 44.03 134.57 -
System Red Green Blue C M Y K H S L
Decimal 173 188 15 0.08 0 0.92 0.26 65.2 0.85 0.4
Hex AD BC F 8 0 5C 1A 41 55 28
Octal 255 274 17 10 0 134 32 101 125 50
Binary 10101101 10111100 1111 1000 0 1011100 11010 1000001 1010101 101000

Color Harmonies of #ADBC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBC0F

Black with #ADBC0F

Text Example


Text Example

White with #ADBC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBC0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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