Html Css Color HEX #C0D20C La Rioja

📋 copy color: '#C0D20C'

red 192 ◦ green 210 ◦ blue 12

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

Shades of La Rioja #C0D20C

Tints of La Rioja #C0D20C

RGB

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

 GREEN value IS 210 (82.42% from 255) = 50.72%

 BLUE value IS 12 (5.08% from 255) = 2.9%

R = 46.38%
G = 50.72%
B = 2.9%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#C0D20C (or 0xC0D20C) is known color: La Rioja. HEX triplet: C0, D2 and 0C. RGB value is (192,210,12). Sum of RGB (Red+Green+Blue) = 192+210+12=414 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.38% from 414); Green value is 210 (82.42% from 255 or 50.72% from 414); Blue value is 12 (5.08% from 255 or 2.90% from 414); Max value from RGB is 210 - color contains mainly: green. Hex color #C0D20C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0D20C is #3F2DF3. Grayscale: #B6B6B6. Windows color (decimal): -4140532 or 840384. OLE color: 840384.

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

Color convert

RGB 192 210 12 -
CMYK 0.09 0 0.94 0.18
HSL 65.45º 0.89% 0.44% -
HSV(B) 65.45º 0.94% 0.82% -
XYZ 44.85 57.33 9.05 -
YUV 182.05 32.04 135.1 -
System Red Green Blue C M Y K H S L
Decimal 192 210 12 0.09 0 0.94 0.18 65.45 0.89 0.44
Hex C0 D2 C 9 0 5E 12 41 59 2C
Octal 300 322 14 11 0 136 22 101 131 54
Binary 11000000 11010010 1100 1001 0 1011110 10010 1000001 1011001 101100

Color Harmonies of #C0D20C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0D20C

Black with #C0D20C

Text Example


Text Example

White with #C0D20C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0D20C; }

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

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

background-color css

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

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

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

border-color css

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

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

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