Html Css Color HEX #C0C404 La Rioja

📋 copy color: '#C0C404'

red 192 ◦ green 196 ◦ blue 4

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

Shades of La Rioja #C0C404

Tints of La Rioja #C0C404

RGB

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

 GREEN value IS 196 (76.95% from 255) = 50%

 BLUE value IS 4 (1.95% from 255) = 1.02%

R = 48.98%
G = 50%
B = 1.02%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#C0C404 (or 0xC0C404) is known color: La Rioja. HEX triplet: C0, C4 and 04. RGB value is (192,196,4). Sum of RGB (Red+Green+Blue) = 192+196+4=392 (51% of max value = 765). Red value is 192 (75.39% from 255 or 48.98% from 392); Green value is 196 (76.95% from 255 or 50% from 392); Blue value is 4 (1.95% from 255 or 1.02% from 392); Max value from RGB is 196 - color contains mainly: green. Hex color #C0C404 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0C404 is #3F3BFB. Grayscale: #ADADAD. Windows color (decimal): -4144124 or 312512. OLE color: 312512.

HSL color Cylindrical-coordinate representation of color #C0C404: hue angle of 61.25º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C0C404 is Cyan = 0.02, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.23.

Color convert

RGB 192 196 4 -
CMYK 0.02 0 0.98 0.23
HSL 61.25º 0.96% 0.39% -
HSV(B) 61.25º 0.98% 0.77% -
XYZ 41.5 50.7 7.71 -
YUV 172.92 32.67 141.61 -
System Red Green Blue C M Y K H S L
Decimal 192 196 4 0.02 0 0.98 0.23 61.25 0.96 0.39
Hex C0 C4 4 2 0 62 17 3D 60 27
Octal 300 304 4 2 0 142 27 75 140 47
Binary 11000000 11000100 100 10 0 1100010 10111 111101 1100000 100111

Color Harmonies of #C0C404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C404

Black with #C0C404

Text Example


Text Example

White with #C0C404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C404; }

 p { color: rgb(192,196,4); }

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

background-color css

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

 a { background-color: rgb(192,196,4); }

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

border-color css

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

 span { border-color: rgb(192,196,4); }

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