#C2BC0B

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

Shades of La Rioja #C2BC0B

Tints of La Rioja #C2BC0B

Color information

#C2BC0B (or 0xC2BC0B) is unknown color: approx La Rioja. HEX triplet: C2, BC and 0B. RGB value is (194,188,11). Sum of RGB (Red+Green+Blue) = 194+188+11=393 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.36% from 393); Green value is 188 (73.83% from 255 or 47.84% from 393); Blue value is 11 (4.69% from 255 or 2.80% from 393); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BC0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2BC0B is #3D43F4. Grayscale: #AAAAAA. Windows color (decimal): -4015093 or 769218. OLE color: 769218.

HSL color Cylindrical-coordinate representation of color #C2BC0B: hue angle of 58.03º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C2BC0B is Cyan = 0, Magento = 0.03, Yellow = 0.94 and Black (K on CMYK) = 0.24.

Color convert

RGB19418811-
CMYK00.030.940.24
HSL58.03º89.27%40.2%-
HSV(B)58.03º94.33%76.08%-
XYZ40.2947.467.35-
YUV169.6238.49145.39-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 49.36%
GREEN value IS 188 (73.83% from 255) = 47.84%
BLUE value IS 11 (4.69% from 255) = 2.80%
R=49.36%
G=47.84%
B=2.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.94
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941881100.030.940.2458.0389.2740.2
HexC2BCB035E183a5928
Octal3022741303136307213150
Binary110000101011110010110111011110110001110101011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BC0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BC0B; }

 p { color: rgb(194,188,11); }

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

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

 a { background-color: rgb(194,188,11); }

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

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

 span { border-color: rgb(194,188,11); }

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