#c2cb0d

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

Shades of La Rioja #C2CB0D

Tints of La Rioja #C2CB0D

Color information

#C2CB0D (or 0xC2CB0D) is unknown color: approx La Rioja. HEX triplet: C2, CB and 0D. RGB value is (194,203,13). Sum of RGB (Red+Green+Blue) = 194+203+13=410 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.32% from 410); Green value is 203 (79.69% from 255 or 49.51% from 410); Blue value is 13 (5.47% from 255 or 3.17% from 410); Max value from RGB is 203 - color contains mainly: green. Hex color #C2CB0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2CB0D is #3D34F2. Grayscale: #B3B3B3. Windows color (decimal): -4011251 or 904130. OLE color: 904130.

HSL color Cylindrical-coordinate representation of color #C2CB0D: hue angle of 62.84º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C2CB0D is Cyan = 0.04, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.20.

Color convert

RGB19420313-
CMYK0.0400.940.20
HSL62.84º87.96%42.35%-
HSV(B)62.84º93.6%79.61%-
XYZ43.6854.218.54-
YUV178.6534.52138.95-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 47.32%
GREEN value IS 203 (79.69% from 255) = 49.51%
BLUE value IS 13 (5.47% from 255) = 3.17%
R=47.32%
G=49.51%
B=3.17%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal194203130.0400.940.2062.8487.9642.35
HexC2CBD405E143f582a
Octal3023131540136247713052
Binary1100001011001011110110001011110101001111111011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c2cb0d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c2cb0d; }

 p { color: rgb(194,203,13); }

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

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

 a { background-color: rgb(194,203,13); }

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

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

 span { border-color: rgb(194,203,13); }

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