Html Css Color HEX #C0C10E La Rioja

📋 copy color: '#C0C10E'

red 192 ◦ green 193 ◦ blue 14

#C0C10E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of La Rioja #C0C10E

Tints of La Rioja #C0C10E

RGB

 RED value IS 192 (75.39% from 255) = 48.12%

 GREEN value IS 193 (75.78% from 255) = 48.37%

 BLUE value IS 14 (5.86% from 255) = 3.51%

R = 48.12%
G = 48.37%
B = 3.51%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C0C10E (or 0xC0C10E) is known color: La Rioja. HEX triplet: C0, C1 and 0E. RGB value is (192,193,14). Sum of RGB (Red+Green+Blue) = 192+193+14=399 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.12% from 399); Green value is 193 (75.78% from 255 or 48.37% from 399); Blue value is 14 (5.86% from 255 or 3.51% from 399); Max value from RGB is 193 - color contains mainly: green. Hex color #C0C10E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0C10E is #3F3EF1. Grayscale: #ADADAD. Windows color (decimal): -4144882 or 967104. OLE color: 967104.

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

Color convert

RGB 192 193 14 -
CMYK 0.01 0 0.93 0.24
HSL 60.34º 0.86% 0.41% -
HSV(B) 60.34º 0.93% 0.76% -
XYZ 40.89 49.38 7.79 -
YUV 172.3 38.67 142.05 -
System Red Green Blue C M Y K H S L
Decimal 192 193 14 0.01 0 0.93 0.24 60.34 0.86 0.41
Hex C0 C1 E 1 0 5D 18 3C 56 29
Octal 300 301 16 1 0 135 30 74 126 51
Binary 11000000 11000001 1110 1 0 1011101 11000 111100 1010110 101001

Color Harmonies of #C0C10E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C10E

Black with #C0C10E

Text Example


Text Example

White with #C0C10E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C10E; }

 p { color: rgb(192,193,14); }

 H1.HeaderClassName
 {
   color: #C0C10E;
 }
 .AnyTagClassName
 {
   color: #C0C10E;
 }
</style>

background-color css

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

 a { background-color: rgb(192,193,14); }

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

border-color css

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

 span { border-color: rgb(192,193,14); }

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