#C1D00E

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

Shades of La Rioja #C1D00E

Tints of La Rioja #C1D00E

Color information

#C1D00E (or 0xC1D00E) is unknown color: approx La Rioja. HEX triplet: C1, D0 and 0E. RGB value is (193,208,14). Sum of RGB (Red+Green+Blue) = 193+208+14=415 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.51% from 415); Green value is 208 (81.64% from 255 or 50.12% from 415); Blue value is 14 (5.86% from 255 or 3.37% from 415); Max value from RGB is 208 - color contains mainly: green. Hex color #C1D00E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1D00E is #3E2FF1. Grayscale: #B6B6B6. Windows color (decimal): -4075506 or 970945. OLE color: 970945.

HSL color Cylindrical-coordinate representation of color #C1D00E: hue angle of 64.64º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C1D00E is Cyan = 0.07, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB19320814-
CMYK0.0700.930.18
HSL64.64º87.39%43.53%-
HSV(B)64.64º93.27%81.57%-
XYZ44.6356.488.97-
YUV181.433.53136.27-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.51%
GREEN value IS 208 (81.64% from 255) = 50.12%
BLUE value IS 14 (5.86% from 255) = 3.37%
R=46.51%
G=50.12%
B=3.37%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal193208140.0700.930.1864.6487.3943.53
HexC1D0E705D1241572c
Octal30132016701352210112754
Binary11000001110100001110111010111011001010000011010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1D00E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1D00E; }

 p { color: rgb(193,208,14); }

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

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

 a { background-color: rgb(193,208,14); }

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

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

 span { border-color: rgb(193,208,14); }

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