Html Css Color HEX #ADC502 La Rioja

📋 copy color: '#ADC502'

red 173 ◦ green 197 ◦ blue 2

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

Shades of La Rioja #ADC502

Tints of La Rioja #ADC502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.54%

R = 46.51%
G = 52.96%
B = 0.54%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#ADC502 (or 0xADC502) is known color: La Rioja. HEX triplet: AD, C5 and 02. RGB value is (173,197,2). Sum of RGB (Red+Green+Blue) = 173+197+2=372 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.51% from 372); Green value is 197 (77.34% from 255 or 52.96% from 372); Blue value is 2 (1.17% from 255 or 0.54% from 372); Max value from RGB is 197 - color contains mainly: green. Hex color #ADC502 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC502 is #523AFD. Grayscale: #A8A8A8. Windows color (decimal): -5389054 or 181677. OLE color: 181677.

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

Color convert

RGB 173 197 2 -
CMYK 0.12 0 0.99 0.23
HSL 67.38º 0.98% 0.39% -
HSV(B) 67.38º 0.99% 0.77% -
XYZ 37.21 48.82 7.52 -
YUV 167.59 34.55 131.86 -
System Red Green Blue C M Y K H S L
Decimal 173 197 2 0.12 0 0.99 0.23 67.38 0.98 0.39
Hex AD C5 2 C 0 63 17 43 62 27
Octal 255 305 2 14 0 143 27 103 142 47
Binary 10101101 11000101 10 1100 0 1100011 10111 1000011 1100010 100111

Color Harmonies of #ADC502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC502

Black with #ADC502

Text Example


Text Example

White with #ADC502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC502; }

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

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

background-color css

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

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

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

border-color css

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

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

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