Html Css Color HEX #C0C402 La Rioja

📋 copy color: '#C0C402'

red 192 ◦ green 196 ◦ blue 2

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

Shades of La Rioja #C0C402

Tints of La Rioja #C0C402

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.51%

R = 49.23%
G = 50.26%
B = 0.51%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C0C402 (or 0xC0C402) is known color: La Rioja. HEX triplet: C0, C4 and 02. RGB value is (192,196,2). Sum of RGB (Red+Green+Blue) = 192+196+2=390 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.23% from 390); Green value is 196 (76.95% from 255 or 50.26% from 390); Blue value is 2 (1.17% from 255 or 0.51% from 390); Max value from RGB is 196 - color contains mainly: green. Hex color #C0C402 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0C402 is #3F3BFD. Grayscale: #ADADAD. Windows color (decimal): -4144126 or 181440. OLE color: 181440.

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

Color convert

RGB 192 196 2 -
CMYK 0.02 0 0.99 0.23
HSL 61.24º 0.98% 0.39% -
HSV(B) 61.24º 0.99% 0.77% -
XYZ 41.49 50.69 7.66 -
YUV 172.69 31.67 141.77 -
System Red Green Blue C M Y K H S L
Decimal 192 196 2 0.02 0 0.99 0.23 61.24 0.98 0.39
Hex C0 C4 2 2 0 63 17 3D 62 27
Octal 300 304 2 2 0 143 27 75 142 47
Binary 11000000 11000100 10 10 0 1100011 10111 111101 1100010 100111

Color Harmonies of #C0C402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C402

Black with #C0C402

Text Example


Text Example

White with #C0C402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C402; }

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

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

background-color css

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

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

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

border-color css

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

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

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