Html Css Color HEX #C2C600 La Rioja

📋 copy color: '#C2C600'

red 194 ◦ green 198 ◦ blue 0

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

Shades of La Rioja #C2C600

Tints of La Rioja #C2C600

RGB

 RED value IS 194 (76.17% from 255) = 49.49%

 GREEN value IS 198 (77.73% from 255) = 50.51%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 49.49%
G = 50.51%
B = 0%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#C2C600 (or 0xC2C600) is known color: La Rioja. HEX triplet: C2, C6 and 00. RGB value is (194,198,0). Sum of RGB (Red+Green+Blue) = 194+198+0=392 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.49% from 392); Green value is 198 (77.73% from 255 or 50.51% from 392); Blue value is 0 (0.39% from 255 or 0% from 392); Max value from RGB is 198 - color contains mainly: green. Hex color #C2C600 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2C600 is #3D39FF. Grayscale: #AFAFAF. Windows color (decimal): -4012544 or 50882. OLE color: 50882.

HSL color Cylindrical-coordinate representation of color #C2C600: hue angle of 61.21º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C2C600 is Cyan = 0.02, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.22.

Color convert

RGB 194 198 0 -
CMYK 0.02 0 1 0.22
HSL 61.21º 1% 0.39% -
HSV(B) 61.21º 1% 0.78% -
XYZ 42.44 51.86 7.77 -
YUV 174.23 29.67 142.1 -
System Red Green Blue C M Y K H S L
Decimal 194 198 0 0.02 0 1 0.22 61.21 1 0.39
Hex C2 C6 0 2 0 64 16 3D 64 27
Octal 302 306 0 2 0 144 26 75 144 47
Binary 11000010 11000110 0 10 0 1100100 10110 111101 1100100 100111

Color Harmonies of #C2C600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C600

Black with #C2C600

Text Example


Text Example

White with #C2C600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C600; }

 p { color: rgb(194,198,0); }

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

background-color css

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

 a { background-color: rgb(194,198,0); }

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

border-color css

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

 span { border-color: rgb(194,198,0); }

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