Html Css Color HEX #ADC00B La Rioja

📋 copy color: '#ADC00B'

red 173 ◦ green 192 ◦ blue 11

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

Shades of La Rioja #ADC00B

Tints of La Rioja #ADC00B

RGB

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

 GREEN value IS 192 (75.39% from 255) = 51.06%

 BLUE value IS 11 (4.69% from 255) = 2.93%

R = 46.01%
G = 51.06%
B = 2.93%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#ADC00B (or 0xADC00B) is known color: La Rioja. HEX triplet: AD, C0 and 0B. RGB value is (173,192,11). Sum of RGB (Red+Green+Blue) = 173+192+11=376 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.01% from 376); Green value is 192 (75.39% from 255 or 51.06% from 376); Blue value is 11 (4.69% from 255 or 2.93% from 376); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC00B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC00B is #523FF4. Grayscale: #A6A6A6. Windows color (decimal): -5390325 or 770221. OLE color: 770221.

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

Color convert

RGB 173 192 11 -
CMYK 0.10 0 0.94 0.25
HSL 66.3º 0.89% 0.4% -
HSV(B) 66.3º 0.94% 0.75% -
XYZ 36.14 46.61 7.41 -
YUV 165.69 40.71 133.22 -
System Red Green Blue C M Y K H S L
Decimal 173 192 11 0.10 0 0.94 0.25 66.3 0.89 0.4
Hex AD C0 B A 0 5E 19 42 59 28
Octal 255 300 13 12 0 136 31 102 131 50
Binary 10101101 11000000 1011 1010 0 1011110 11001 1000010 1011001 101000

Color Harmonies of #ADC00B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC00B

Black with #ADC00B

Text Example


Text Example

White with #ADC00B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC00B; }

 p { color: rgb(173,192,11); }

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

background-color css

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

 a { background-color: rgb(173,192,11); }

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

border-color css

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

 span { border-color: rgb(173,192,11); }

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