Html Css Color HEX #ADBD0D La Rioja

📋 copy color: '#ADBD0D'

red 173 ◦ green 189 ◦ blue 13

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

Shades of La Rioja #ADBD0D

Tints of La Rioja #ADBD0D

RGB

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

 GREEN value IS 189 (74.22% from 255) = 50.4%

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

R = 46.13%
G = 50.4%
B = 3.47%

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

#ADBD0D (or 0xADBD0D) is known color: La Rioja. HEX triplet: AD, BD and 0D. RGB value is (173,189,13). Sum of RGB (Red+Green+Blue) = 173+189+13=375 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.13% from 375); Green value is 189 (74.22% from 255 or 50.4% from 375); Blue value is 13 (5.47% from 255 or 3.47% from 375); Max value from RGB is 189 - color contains mainly: green. Hex color #ADBD0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADBD0D is #5242F2. Grayscale: #A4A4A4. Windows color (decimal): -5391091 or 900525. OLE color: 900525.

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

Color convert

RGB 173 189 13 -
CMYK 0.08 0 0.93 0.26
HSL 65.45º 0.87% 0.4% -
HSV(B) 65.45º 0.93% 0.74% -
XYZ 35.5 45.31 7.25 -
YUV 164.15 42.7 134.31 -
System Red Green Blue C M Y K H S L
Decimal 173 189 13 0.08 0 0.93 0.26 65.45 0.87 0.4
Hex AD BD D 8 0 5D 1A 41 57 28
Octal 255 275 15 10 0 135 32 101 127 50
Binary 10101101 10111101 1101 1000 0 1011101 11010 1000001 1010111 101000

Color Harmonies of #ADBD0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBD0D

Black with #ADBD0D

Text Example


Text Example

White with #ADBD0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBD0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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