#C6D20E

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

Shades of La Rioja #C6D20E

Tints of La Rioja #C6D20E

Color information

#C6D20E (or 0xC6D20E) is unknown color: approx La Rioja. HEX triplet: C6, D2 and 0E. RGB value is (198,210,14). Sum of RGB (Red+Green+Blue) = 198+210+14=422 (55% of max value = 765). Red value is 198 (77.73% from 255 or 46.92% from 422); Green value is 210 (82.42% from 255 or 49.76% from 422); Blue value is 14 (5.86% from 255 or 3.32% from 422); Max value from RGB is 210 - color contains mainly: green. Hex color #C6D20E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6D20E is #392DF1. Grayscale: #B8B8B8. Windows color (decimal): -3747314 or 971462. OLE color: 971462.

HSL color Cylindrical-coordinate representation of color #C6D20E: hue angle of 63.67º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C6D20E is Cyan = 0.06, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB19821014-
CMYK0.0600.930.18
HSL63.67º87.5%43.92%-
HSV(B)63.67º93.33%82.35%-
XYZ46.4158.139.19-
YUV184.0732.02137.94-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.92%
GREEN value IS 210 (82.42% from 255) = 49.76%
BLUE value IS 14 (5.86% from 255) = 3.32%
R=46.92%
G=49.76%
B=3.32%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal198210140.0600.930.1863.6787.543.92
HexC6D2E605D1240582c
Octal30632216601352210013054
Binary11000110110100101110110010111011001010000001011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6D20E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6D20E; }

 p { color: rgb(198,210,14); }

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

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

 a { background-color: rgb(198,210,14); }

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

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

 span { border-color: rgb(198,210,14); }

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