Html Css Color HEX #ADC50B La Rioja

📋 copy color: '#ADC50B'

red 173 ◦ green 197 ◦ blue 11

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

Shades of La Rioja #ADC50B

Tints of La Rioja #ADC50B

RGB

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

 GREEN value IS 197 (77.34% from 255) = 51.71%

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

R = 45.41%
G = 51.71%
B = 2.89%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#ADC50B (or 0xADC50B) is known color: La Rioja. HEX triplet: AD, C5 and 0B. RGB value is (173,197,11). Sum of RGB (Red+Green+Blue) = 173+197+11=381 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.41% from 381); Green value is 197 (77.34% from 255 or 51.71% from 381); Blue value is 11 (4.69% from 255 or 2.89% from 381); Max value from RGB is 197 - color contains mainly: green. Hex color #ADC50B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC50B is #523AF4. Grayscale: #A9A9A9. Windows color (decimal): -5389045 or 771501. OLE color: 771501.

HSL color Cylindrical-coordinate representation of color #ADC50B: hue angle of 67.74º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ADC50B is Cyan = 0.12, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.23.

Color convert

RGB 173 197 11 -
CMYK 0.12 0 0.94 0.23
HSL 67.74º 0.89% 0.41% -
HSV(B) 67.74º 0.94% 0.77% -
XYZ 37.26 48.84 7.78 -
YUV 168.62 39.05 131.12 -
System Red Green Blue C M Y K H S L
Decimal 173 197 11 0.12 0 0.94 0.23 67.74 0.89 0.41
Hex AD C5 B C 0 5E 17 44 59 29
Octal 255 305 13 14 0 136 27 104 131 51
Binary 10101101 11000101 1011 1100 0 1011110 10111 1000100 1011001 101001

Color Harmonies of #ADC50B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC50B

Black with #ADC50B

Text Example


Text Example

White with #ADC50B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC50B; }

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

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

background-color css

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

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

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

border-color css

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

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

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