Html Css Color HEX #C0C802 La Rioja

📋 copy color: '#C0C802'

red 192 ◦ green 200 ◦ blue 2

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

Shades of La Rioja #C0C802

Tints of La Rioja #C0C802

RGB

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

 GREEN value IS 200 (78.52% from 255) = 50.76%

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

R = 48.73%
G = 50.76%
B = 0.51%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C0C802 (or 0xC0C802) is known color: La Rioja. HEX triplet: C0, C8 and 02. RGB value is (192,200,2). Sum of RGB (Red+Green+Blue) = 192+200+2=394 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.73% from 394); Green value is 200 (78.52% from 255 or 50.76% from 394); Blue value is 2 (1.17% from 255 or 0.51% from 394); Max value from RGB is 200 - color contains mainly: green. Hex color #C0C802 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0C802 is #3F37FD. Grayscale: #AFAFAF. Windows color (decimal): -4143102 or 182464. OLE color: 182464.

HSL color Cylindrical-coordinate representation of color #C0C802: hue angle of 62.42º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C0C802 is Cyan = 0.04, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.22.

Color convert

RGB 192 200 2 -
CMYK 0.04 0 0.99 0.22
HSL 62.42º 0.98% 0.4% -
HSV(B) 62.42º 0.99% 0.78% -
XYZ 42.4 52.52 7.96 -
YUV 175.04 30.35 140.1 -
System Red Green Blue C M Y K H S L
Decimal 192 200 2 0.04 0 0.99 0.22 62.42 0.98 0.4
Hex C0 C8 2 4 0 63 16 3E 62 28
Octal 300 310 2 4 0 143 26 76 142 50
Binary 11000000 11001000 10 100 0 1100011 10110 111110 1100010 101000

Color Harmonies of #C0C802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C802

Black with #C0C802

Text Example


Text Example

White with #C0C802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C802; }

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

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

background-color css

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

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

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

border-color css

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

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

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