#C4C601

Color #C4C601 La Rioja (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Rioja #C4C601

Tints of La Rioja #C4C601

Color information

#C4C601 (or 0xC4C601) is unknown color: approx La Rioja. HEX triplet: C4, C6 and 01. RGB value is (196,198,1). Sum of RGB (Red+Green+Blue) = 196+198+1=395 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.62% from 395); Green value is 198 (77.73% from 255 or 50.13% from 395); Blue value is 1 (0.78% from 255 or 0.25% from 395); Max value from RGB is 198 - color contains mainly: green. Hex color #C4C601 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4C601 is #3B39FE. Grayscale: #AFAFAF. Windows color (decimal): -3881471 or 116420. OLE color: 116420.

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

Color convert

RGB1961981-
CMYK0.0100.990.22
HSL60.61º98.99%39.02%-
HSV(B)60.61º99.49%77.65%-
XYZ42.9652.137.83-
YUV174.9429.84143.02-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 49.62%
GREEN value IS 198 (77.73% from 255) = 50.13%
BLUE value IS 1 (0.78% from 255) = 0.25%
R=49.62%
G=50.13%
B=0.25%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19619810.0100.990.2260.6198.9939.02
HexC4C611063163d6327
Octal304306110143267514347
Binary11000100110001101101100011101101111011100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4C601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4C601; }

 p { color: rgb(196,198,1); }

 H1.HeaderClassName
 {
   color: #C4C601;
 }
 .AnyTagClassName
 {
   color: #C4C601;
 }
</style>
background-color css

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

 a { background-color: rgb(196,198,1); }

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

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

 span { border-color: rgb(196,198,1); }

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