#c6d60d

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

Shades of La Rioja #C6D60D

Tints of La Rioja #C6D60D

Color information

#C6D60D (or 0xC6D60D) is unknown color: approx La Rioja. HEX triplet: C6, D6 and 0D. RGB value is (198,214,13). Sum of RGB (Red+Green+Blue) = 198+214+13=425 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.59% from 425); Green value is 214 (83.98% from 255 or 50.35% from 425); Blue value is 13 (5.47% from 255 or 3.06% from 425); Max value from RGB is 214 - color contains mainly: green. Hex color #C6D60D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6D60D is #3929F2. Grayscale: #BBBBBB. Windows color (decimal): -3746291 or 906950. OLE color: 906950.

HSL color Cylindrical-coordinate representation of color #C6D60D: hue angle of 64.78º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C6D60D is Cyan = 0.07, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB19821413-
CMYK0.0700.940.16
HSL64.78º88.55%44.51%-
HSV(B)64.78º93.93%83.92%-
XYZ47.4160.139.49-
YUV186.330.2136.34-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.59%
GREEN value IS 214 (83.98% from 255) = 50.35%
BLUE value IS 13 (5.47% from 255) = 3.06%
R=46.59%
G=50.35%
B=3.06%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal198214130.0700.940.1664.7888.5544.51
HexC6D6D705E1041592d
Octal30632615701362010113155
Binary11000110110101101101111010111101000010000011011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c6d60d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c6d60d; }

 p { color: rgb(198,214,13); }

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

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

 a { background-color: rgb(198,214,13); }

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

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

 span { border-color: rgb(198,214,13); }

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