Html Css Color HEX #ADC40B La Rioja

📋 copy color: '#ADC40B'

red 173 ◦ green 196 ◦ blue 11

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

Shades of La Rioja #ADC40B

Tints of La Rioja #ADC40B

RGB

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

 GREEN value IS 196 (76.95% from 255) = 51.58%

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

R = 45.53%
G = 51.58%
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

#ADC40B (or 0xADC40B) is known color: La Rioja. HEX triplet: AD, C4 and 0B. RGB value is (173,196,11). Sum of RGB (Red+Green+Blue) = 173+196+11=380 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.53% from 380); Green value is 196 (76.95% from 255 or 51.58% from 380); Blue value is 11 (4.69% from 255 or 2.89% from 380); Max value from RGB is 196 - color contains mainly: green. Hex color #ADC40B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC40B is #523BF4. Grayscale: #A8A8A8. Windows color (decimal): -5389301 or 771245. OLE color: 771245.

HSL color Cylindrical-coordinate representation of color #ADC40B: hue angle of 67.46º 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 #ADC40B is Cyan = 0.12, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.23.

Color convert

RGB 173 196 11 -
CMYK 0.12 0 0.94 0.23
HSL 67.46º 0.89% 0.41% -
HSV(B) 67.46º 0.94% 0.77% -
XYZ 37.03 48.39 7.7 -
YUV 168.03 39.38 131.54 -
System Red Green Blue C M Y K H S L
Decimal 173 196 11 0.12 0 0.94 0.23 67.46 0.89 0.41
Hex AD C4 B C 0 5E 17 43 59 29
Octal 255 304 13 14 0 136 27 103 131 51
Binary 10101101 11000100 1011 1100 0 1011110 10111 1000011 1011001 101001

Color Harmonies of #ADC40B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC40B

Black with #ADC40B

Text Example


Text Example

White with #ADC40B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC40B; }

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

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

background-color css

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

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

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

border-color css

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

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

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