Html Css Color HEX #ADBC0D La Rioja

📋 copy color: '#ADBC0D'

red 173 ◦ green 188 ◦ blue 13

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

Shades of La Rioja #ADBC0D

Tints of La Rioja #ADBC0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.48%

R = 46.26%
G = 50.27%
B = 3.48%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#ADBC0D (or 0xADBC0D) is known color: La Rioja. HEX triplet: AD, BC and 0D. RGB value is (173,188,13). Sum of RGB (Red+Green+Blue) = 173+188+13=374 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.26% from 374); Green value is 188 (73.83% from 255 or 50.27% from 374); Blue value is 13 (5.47% from 255 or 3.48% from 374); Max value from RGB is 188 - color contains mainly: green. Hex color #ADBC0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADBC0D is #5243F2. Grayscale: #A4A4A4. Windows color (decimal): -5391347 or 900269. OLE color: 900269.

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

Color convert

RGB 173 188 13 -
CMYK 0.08 0 0.93 0.26
HSL 65.14º 0.87% 0.39% -
HSV(B) 65.14º 0.93% 0.74% -
XYZ 35.29 44.88 7.18 -
YUV 163.57 43.03 134.73 -
System Red Green Blue C M Y K H S L
Decimal 173 188 13 0.08 0 0.93 0.26 65.14 0.87 0.39
Hex AD BC D 8 0 5D 1A 41 57 27
Octal 255 274 15 10 0 135 32 101 127 47
Binary 10101101 10111100 1101 1000 0 1011101 11010 1000001 1010111 100111

Color Harmonies of #ADBC0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBC0D

Black with #ADBC0D

Text Example


Text Example

White with #ADBC0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBC0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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