#C1D305

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

Shades of La Rioja #C1D305

Tints of La Rioja #C1D305

Color information

#C1D305 (or 0xC1D305) is unknown color: approx La Rioja. HEX triplet: C1, D3 and 05. RGB value is (193,211,5). Sum of RGB (Red+Green+Blue) = 193+211+5=409 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.19% from 409); Green value is 211 (82.81% from 255 or 51.59% from 409); Blue value is 5 (2.34% from 255 or 1.22% from 409); Max value from RGB is 211 - color contains mainly: green. Hex color #C1D305 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1D305 is #3E2CFA. Grayscale: #B6B6B6. Windows color (decimal): -4074747 or 381889. OLE color: 381889.

HSL color Cylindrical-coordinate representation of color #C1D305: hue angle of 65.24º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C1D305 is Cyan = 0.09, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.17.

Color convert

RGB1932115-
CMYK0.0900.980.17
HSL65.24º95.37%42.35%-
HSV(B)65.24º97.63%82.75%-
XYZ45.3157.948.94-
YUV182.1328.04135.75-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 47.19%
GREEN value IS 211 (82.81% from 255) = 51.59%
BLUE value IS 5 (2.34% from 255) = 1.22%
R=47.19%
G=51.59%
B=1.22%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal19321150.0900.980.1765.2495.3742.35
HexC1D35906211415f2a
Octal30132351101422110113752
Binary11000001110100111011001011000101000110000011011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1D305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1D305; }

 p { color: rgb(193,211,5); }

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

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

 a { background-color: rgb(193,211,5); }

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

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

 span { border-color: rgb(193,211,5); }

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