#C0C30C

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

Shades of La Rioja #C0C30C

Tints of La Rioja #C0C30C

Color information

#C0C30C (or 0xC0C30C) is unknown color: approx La Rioja. HEX triplet: C0, C3 and 0C. RGB value is (192,195,12). Sum of RGB (Red+Green+Blue) = 192+195+12=399 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.12% from 399); Green value is 195 (76.56% from 255 or 48.87% from 399); Blue value is 12 (5.08% from 255 or 3.01% from 399); Max value from RGB is 195 - color contains mainly: green. Hex color #C0C30C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0C30C is #3F3CF3. Grayscale: #ADADAD. Windows color (decimal): -4144372 or 836544. OLE color: 836544.

HSL color Cylindrical-coordinate representation of color #C0C30C: hue angle of 60.98º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C0C30C is Cyan = 0.02, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.24.

Color convert

RGB19219512-
CMYK0.0200.940.24
HSL60.98º88.41%40.59%-
HSV(B)60.98º93.85%76.47%-
XYZ41.3250.267.87-
YUV173.2437.01141.38-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 48.12%
GREEN value IS 195 (76.56% from 255) = 48.87%
BLUE value IS 12 (5.08% from 255) = 3.01%
R=48.12%
G=48.87%
B=3.01%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal192195120.0200.940.2460.9888.4140.59
HexC0C3C205E183d5829
Octal3003031420136307513051
Binary110000001100001111001001011110110001111011011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0C30C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0C30C; }

 p { color: rgb(192,195,12); }

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

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

 a { background-color: rgb(192,195,12); }

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

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

 span { border-color: rgb(192,195,12); }

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