Html Css Color HEX #C0C202 La Rioja

📋 copy color: '#C0C202'

red 192 ◦ green 194 ◦ blue 2

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

Shades of La Rioja #C0C202

Tints of La Rioja #C0C202

RGB

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

 GREEN value IS 194 (76.17% from 255) = 50%

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

R = 49.48%
G = 50%
B = 0.52%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C0C202 (or 0xC0C202) is known color: La Rioja. HEX triplet: C0, C2 and 02. RGB value is (192,194,2). Sum of RGB (Red+Green+Blue) = 192+194+2=388 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.48% from 388); Green value is 194 (76.17% from 255 or 50% from 388); Blue value is 2 (1.17% from 255 or 0.52% from 388); Max value from RGB is 194 - color contains mainly: green. Hex color #C0C202 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0C202 is #3F3DFD. Grayscale: #ACACAC. Windows color (decimal): -4144638 or 180928. OLE color: 180928.

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

Color convert

RGB 192 194 2 -
CMYK 0.01 0 0.99 0.24
HSL 60.63º 0.98% 0.38% -
HSV(B) 60.63º 0.99% 0.76% -
XYZ 41.04 49.79 7.51 -
YUV 171.51 32.34 142.61 -
System Red Green Blue C M Y K H S L
Decimal 192 194 2 0.01 0 0.99 0.24 60.63 0.98 0.38
Hex C0 C2 2 1 0 63 18 3D 62 26
Octal 300 302 2 1 0 143 30 75 142 46
Binary 11000000 11000010 10 1 0 1100011 11000 111101 1100010 100110

Color Harmonies of #C0C202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C202

Black with #C0C202

Text Example


Text Example

White with #C0C202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C202; }

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

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

background-color css

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

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

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

border-color css

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

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

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