#C0CF00

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

Shades of La Rioja #C0CF00

Tints of La Rioja #C0CF00

Color information

#C0CF00 (or 0xC0CF00) is unknown color: approx La Rioja. HEX triplet: C0, CF and 00. RGB value is (192,207,0). Sum of RGB (Red+Green+Blue) = 192+207+0=399 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.12% from 399); Green value is 207 (81.25% from 255 or 51.88% from 399); Blue value is 0 (0.39% from 255 or 0% from 399); Max value from RGB is 207 - color contains mainly: green. Hex color #C0CF00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0CF00 is #3F30FF. Grayscale: #B3B3B3. Windows color (decimal): -4141312 or 53184. OLE color: 53184.

HSL color Cylindrical-coordinate representation of color #C0CF00: hue angle of 64.35º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C0CF00 is Cyan = 0.07, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.19.

Color convert

RGB1922070-
CMYK0.07010.19
HSL64.35º100%40.59%-
HSV(B)64.35º100%81.18%-
XYZ44.0555.838.45-
YUV178.9227.03137.33-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 48.12%
GREEN value IS 207 (81.25% from 255) = 51.88%
BLUE value IS 0 (0.39% from 255) = 0%
R=48.12%
G=51.88%
B=0%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal19220700.07010.1964.3510040.59
HexC0CF0706413406429
Octal3003170701442310014451
Binary11000000110011110111011001001001110000001100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0CF00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0CF00; }

 p { color: rgb(192,207,0); }

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

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

 a { background-color: rgb(192,207,0); }

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

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

 span { border-color: rgb(192,207,0); }

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