Html Css Color HEX #ADC708 La Rioja

📋 copy color: '#ADC708'

red 173 ◦ green 199 ◦ blue 8

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

Shades of La Rioja #ADC708

Tints of La Rioja #ADC708

RGB

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

 GREEN value IS 199 (78.13% from 255) = 52.37%

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

R = 45.53%
G = 52.37%
B = 2.11%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#ADC708 (or 0xADC708) is known color: La Rioja. HEX triplet: AD, C7 and 08. RGB value is (173,199,8). Sum of RGB (Red+Green+Blue) = 173+199+8=380 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.53% from 380); Green value is 199 (78.12% from 255 or 52.37% from 380); Blue value is 8 (3.52% from 255 or 2.11% from 380); Max value from RGB is 199 - color contains mainly: green. Hex color #ADC708 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC708 is #5238F7. Grayscale: #AAAAAA. Windows color (decimal): -5388536 or 575405. OLE color: 575405.

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

Color convert

RGB 173 199 8 -
CMYK 0.13 0 0.96 0.22
HSL 68.17º 0.92% 0.41% -
HSV(B) 68.17º 0.96% 0.78% -
XYZ 37.7 49.75 7.85 -
YUV 169.45 36.89 130.53 -
System Red Green Blue C M Y K H S L
Decimal 173 199 8 0.13 0 0.96 0.22 68.17 0.92 0.41
Hex AD C7 8 D 0 60 16 44 5C 29
Octal 255 307 10 15 0 140 26 104 134 51
Binary 10101101 11000111 1000 1101 0 1100000 10110 1000100 1011100 101001

Color Harmonies of #ADC708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC708

Black with #ADC708

Text Example


Text Example

White with #ADC708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC708; }

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

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

background-color css

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

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

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

border-color css

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

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

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