Html Css Color HEX #C2C504 La Rioja

📋 copy color: '#C2C504'

red 194 ◦ green 197 ◦ blue 4

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

Shades of La Rioja #C2C504

Tints of La Rioja #C2C504

RGB

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

 GREEN value IS 197 (77.34% from 255) = 49.87%

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

R = 49.11%
G = 49.87%
B = 1.01%

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

#C2C504 (or 0xC2C504) is known color: La Rioja. HEX triplet: C2, C5 and 04. RGB value is (194,197,4). Sum of RGB (Red+Green+Blue) = 194+197+4=395 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.11% from 395); Green value is 197 (77.34% from 255 or 49.87% from 395); Blue value is 4 (1.95% from 255 or 1.01% from 395); Max value from RGB is 197 - color contains mainly: green. Hex color #C2C504 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2C504 is #3D3AFB. Grayscale: #AEAEAE. Windows color (decimal): -4012796 or 312770. OLE color: 312770.

HSL color Cylindrical-coordinate representation of color #C2C504: hue angle of 60.93º 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 #C2C504 is Cyan = 0.02, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.23.

Color convert

RGB 194 197 4 -
CMYK 0.02 0 0.98 0.23
HSL 60.93º 0.96% 0.39% -
HSV(B) 60.93º 0.98% 0.77% -
XYZ 42.24 51.41 7.81 -
YUV 174.1 32.01 142.19 -
System Red Green Blue C M Y K H S L
Decimal 194 197 4 0.02 0 0.98 0.23 60.93 0.96 0.39
Hex C2 C5 4 2 0 62 17 3D 60 27
Octal 302 305 4 2 0 142 27 75 140 47
Binary 11000010 11000101 100 10 0 1100010 10111 111101 1100000 100111

Color Harmonies of #C2C504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C504

Black with #C2C504

Text Example


Text Example

White with #C2C504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C504; }

 p { color: rgb(194,197,4); }

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

background-color css

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

 a { background-color: rgb(194,197,4); }

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

border-color css

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

 span { border-color: rgb(194,197,4); }

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