Html Css Color HEX #ADBE0D La Rioja

📋 copy color: '#ADBE0D'

red 173 ◦ green 190 ◦ blue 13

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

Shades of La Rioja #ADBE0D

Tints of La Rioja #ADBE0D

RGB

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

 GREEN value IS 190 (74.61% from 255) = 50.53%

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

R = 46.01%
G = 50.53%
B = 3.46%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#ADBE0D (or 0xADBE0D) is known color: La Rioja. HEX triplet: AD, BE and 0D. RGB value is (173,190,13). Sum of RGB (Red+Green+Blue) = 173+190+13=376 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.01% from 376); Green value is 190 (74.61% from 255 or 50.53% from 376); Blue value is 13 (5.47% from 255 or 3.46% from 376); Max value from RGB is 190 - color contains mainly: green. Hex color #ADBE0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADBE0D is #5241F2. Grayscale: #A5A5A5. Windows color (decimal): -5390835 or 900781. OLE color: 900781.

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

Color convert

RGB 173 190 13 -
CMYK 0.09 0 0.93 0.25
HSL 65.76º 0.87% 0.4% -
HSV(B) 65.76º 0.93% 0.75% -
XYZ 35.72 45.74 7.33 -
YUV 164.74 42.37 133.89 -
System Red Green Blue C M Y K H S L
Decimal 173 190 13 0.09 0 0.93 0.25 65.76 0.87 0.4
Hex AD BE D 9 0 5D 19 42 57 28
Octal 255 276 15 11 0 135 31 102 127 50
Binary 10101101 10111110 1101 1001 0 1011101 11001 1000010 1010111 101000

Color Harmonies of #ADBE0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBE0D

Black with #ADBE0D

Text Example


Text Example

White with #ADBE0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBE0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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