Html Css Color HEX #ADC602 La Rioja

📋 copy color: '#ADC602'

red 173 ◦ green 198 ◦ blue 2

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

Shades of La Rioja #ADC602

Tints of La Rioja #ADC602

RGB

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

 GREEN value IS 198 (77.73% from 255) = 53.08%

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

R = 46.38%
G = 53.08%
B = 0.54%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#ADC602 (or 0xADC602) is known color: La Rioja. HEX triplet: AD, C6 and 02. RGB value is (173,198,2). Sum of RGB (Red+Green+Blue) = 173+198+2=373 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.38% from 373); Green value is 198 (77.73% from 255 or 53.08% from 373); Blue value is 2 (1.17% from 255 or 0.54% from 373); Max value from RGB is 198 - color contains mainly: green. Hex color #ADC602 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC602 is #5239FD. Grayscale: #A8A8A8. Windows color (decimal): -5388798 or 181933. OLE color: 181933.

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

Color convert

RGB 173 198 2 -
CMYK 0.13 0 0.99 0.22
HSL 67.65º 0.98% 0.39% -
HSV(B) 67.65º 0.99% 0.78% -
XYZ 37.44 49.28 7.6 -
YUV 168.18 34.22 131.44 -
System Red Green Blue C M Y K H S L
Decimal 173 198 2 0.13 0 0.99 0.22 67.65 0.98 0.39
Hex AD C6 2 D 0 63 16 44 62 27
Octal 255 306 2 15 0 143 26 104 142 47
Binary 10101101 11000110 10 1101 0 1100011 10110 1000100 1100010 100111

Color Harmonies of #ADC602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC602

Black with #ADC602

Text Example


Text Example

White with #ADC602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC602; }

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

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

background-color css

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

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

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

border-color css

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

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

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