#C6C900

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

Shades of La Rioja #C6C900

Tints of La Rioja #C6C900

Color information

#C6C900 (or 0xC6C900) is unknown color: approx La Rioja. HEX triplet: C6, C9 and 00. RGB value is (198,201,0). Sum of RGB (Red+Green+Blue) = 198+201+0=399 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.62% from 399); Green value is 201 (78.91% from 255 or 50.38% from 399); Blue value is 0 (0.39% from 255 or 0% from 399); Max value from RGB is 201 - color contains mainly: green. Hex color #C6C900 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6C900 is #3936FF. Grayscale: #B1B1B1. Windows color (decimal): -3749632 or 51654. OLE color: 51654.

HSL color Cylindrical-coordinate representation of color #C6C900: hue angle of 60.9º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C6C900 is Cyan = 0.01, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.21.

Color convert

RGB1982010-
CMYK0.01010.21
HSL60.9º100%39.41%-
HSV(B)60.9º100%78.82%-
XYZ44.1853.788.05-
YUV177.1928.01142.84-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 49.62%
GREEN value IS 201 (78.91% from 255) = 50.38%
BLUE value IS 0 (0.39% from 255) = 0%
R=49.62%
G=50.38%
B=0%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal19820100.01010.2160.910039.41
HexC6C901064153d6427
Octal306311010144257514447
Binary11000110110010010101100100101011111011100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6C900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6C900; }

 p { color: rgb(198,201,0); }

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

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

 a { background-color: rgb(198,201,0); }

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

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

 span { border-color: rgb(198,201,0); }

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