#ADCB06

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

Shades of La Rioja #ADCB06

Tints of La Rioja #ADCB06

Color information

#ADCB06 (or 0xADCB06) is unknown color: approx La Rioja. HEX triplet: AD, CB and 06. RGB value is (173,203,6). Sum of RGB (Red+Green+Blue) = 173+203+6=382 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.29% from 382); Green value is 203 (79.69% from 255 or 53.14% from 382); Blue value is 6 (2.73% from 255 or 1.57% from 382); Max value from RGB is 203 - color contains mainly: green. Hex color #ADCB06 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADCB06 is #5234F9. Grayscale: #ACACAC. Windows color (decimal): -5387514 or 445357. OLE color: 445357.

HSL color Cylindrical-coordinate representation of color #ADCB06: hue angle of 69.14º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ADCB06 is Cyan = 0.15, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.20.

Color convert

RGB1732036-
CMYK0.1500.970.20
HSL69.14º94.26%40.98%-
HSV(B)69.14º97.04%79.61%-
XYZ38.6251.618.1-
YUV171.5734.56129.02-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.29%
GREEN value IS 203 (79.69% from 255) = 53.14%
BLUE value IS 6 (2.73% from 255) = 1.57%
R=45.29%
G=53.14%
B=1.57%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal17320360.1500.970.2069.1494.2640.98
HexADCB6F06114455e29
Octal25531361701412410513651
Binary10101101110010111101111011000011010010001011011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCB06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCB06; }

 p { color: rgb(173,203,6); }

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

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

 a { background-color: rgb(173,203,6); }

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

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

 span { border-color: rgb(173,203,6); }

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