#C2BE0B

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

Shades of La Rioja #C2BE0B

Tints of La Rioja #C2BE0B

Color information

#C2BE0B (or 0xC2BE0B) is unknown color: approx La Rioja. HEX triplet: C2, BE and 0B. RGB value is (194,190,11). Sum of RGB (Red+Green+Blue) = 194+190+11=395 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.11% from 395); Green value is 190 (74.61% from 255 or 48.10% from 395); Blue value is 11 (4.69% from 255 or 2.78% from 395); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BE0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2BE0B is #3D41F4. Grayscale: #ABABAB. Windows color (decimal): -4014581 or 769730. OLE color: 769730.

HSL color Cylindrical-coordinate representation of color #C2BE0B: hue angle of 58.69º 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 #C2BE0B is Cyan = 0, Magento = 0.02, Yellow = 0.94 and Black (K on CMYK) = 0.24.

Color convert

RGB19419011-
CMYK00.020.940.24
HSL58.69º89.27%40.2%-
HSV(B)58.69º94.33%76.08%-
XYZ40.7248.327.5-
YUV170.7937.83144.55-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 49.11%
GREEN value IS 190 (74.61% from 255) = 48.10%
BLUE value IS 11 (4.69% from 255) = 2.78%
R=49.11%
G=48.10%
B=2.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.94
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941901100.020.940.2458.6989.2740.2
HexC2BEB025E183b5928
Octal3022761302136307313150
Binary110000101011111010110101011110110001110111011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BE0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BE0B; }

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

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

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

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

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

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

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

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