Html Css Color HEX #ADC208 La Rioja

📋 copy color: '#ADC208'

red 173 ◦ green 194 ◦ blue 8

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

Shades of La Rioja #ADC208

Tints of La Rioja #ADC208

RGB

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

 GREEN value IS 194 (76.17% from 255) = 51.73%

 BLUE value IS 8 (3.52% from 255) = 2.13%

R = 46.13%
G = 51.73%
B = 2.13%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#ADC208 (or 0xADC208) is known color: La Rioja. HEX triplet: AD, C2 and 08. RGB value is (173,194,8). Sum of RGB (Red+Green+Blue) = 173+194+8=375 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.13% from 375); Green value is 194 (76.17% from 255 or 51.73% from 375); Blue value is 8 (3.52% from 255 or 2.13% from 375); Max value from RGB is 194 - color contains mainly: green. Hex color #ADC208 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC208 is #523DF7. Grayscale: #A7A7A7. Windows color (decimal): -5389816 or 574125. OLE color: 574125.

HSL color Cylindrical-coordinate representation of color #ADC208: hue angle of 66.77º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ADC208 is Cyan = 0.11, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.24.

Color convert

RGB 173 194 8 -
CMYK 0.11 0 0.96 0.24
HSL 66.77º 0.92% 0.4% -
HSV(B) 66.77º 0.96% 0.76% -
XYZ 36.57 47.49 7.47 -
YUV 166.52 38.54 132.62 -
System Red Green Blue C M Y K H S L
Decimal 173 194 8 0.11 0 0.96 0.24 66.77 0.92 0.4
Hex AD C2 8 B 0 60 18 43 5C 28
Octal 255 302 10 13 0 140 30 103 134 50
Binary 10101101 11000010 1000 1011 0 1100000 11000 1000011 1011100 101000

Color Harmonies of #ADC208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC208

Black with #ADC208

Text Example


Text Example

White with #ADC208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC208; }

 p { color: rgb(173,194,8); }

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

background-color css

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

 a { background-color: rgb(173,194,8); }

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

border-color css

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

 span { border-color: rgb(173,194,8); }

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