#ADC308

Color #ADC308 La Rioja (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Rioja #ADC308

Tints of La Rioja #ADC308

Color information

#ADC308 (or 0xADC308) is unknown color: approx La Rioja. HEX triplet: AD, C3 and 08. RGB value is (173,195,8). Sum of RGB (Red+Green+Blue) = 173+195+8=376 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.01% from 376); Green value is 195 (76.56% from 255 or 51.86% from 376); Blue value is 8 (3.52% from 255 or 2.13% from 376); Max value from RGB is 195 - color contains mainly: green. Hex color #ADC308 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC308 is #523CF7. Grayscale: #A7A7A7. Windows color (decimal): -5389560 or 574381. OLE color: 574381.

HSL color Cylindrical-coordinate representation of color #ADC308: hue angle of 67.06º 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 #ADC308 is Cyan = 0.11, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.24.

Color convert

RGB1731958-
CMYK0.1100.960.24
HSL67.06º92.12%39.8%-
HSV(B)67.06º95.9%76.47%-
XYZ36.7947.937.54-
YUV167.138.21132.21-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.01%
GREEN value IS 195 (76.56% from 255) = 51.86%
BLUE value IS 8 (3.52% from 255) = 2.13%
R=46.01%
G=51.86%
B=2.13%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal17319580.1100.960.2467.0692.1239.8
HexADC38B06018435c28
Octal255303101301403010313450
Binary101011011100001110001011011000001100010000111011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC308; }

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

 H1.HeaderClassName
 {
   color: #ADC308;
 }
 .AnyTagClassName
 {
   color: #ADC308;
 }
</style>
background-color css

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

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

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

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

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

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