#C2BE0F

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

Shades of La Rioja #C2BE0F

Tints of La Rioja #C2BE0F

Color information

#C2BE0F (or 0xC2BE0F) is unknown color: approx La Rioja. HEX triplet: C2, BE and 0F. RGB value is (194,190,15). Sum of RGB (Red+Green+Blue) = 194+190+15=399 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.62% from 399); Green value is 190 (74.61% from 255 or 47.62% from 399); Blue value is 15 (6.25% from 255 or 3.76% from 399); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BE0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2BE0F is #3D41F0. Grayscale: #ABABAB. Windows color (decimal): -4014577 or 1031874. OLE color: 1031874.

HSL color Cylindrical-coordinate representation of color #C2BE0F: hue angle of 58.66º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C2BE0F is Cyan = 0, Magento = 0.02, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB19419015-
CMYK00.020.920.24
HSL58.66º85.65%40.98%-
HSV(B)58.66º92.27%76.08%-
XYZ40.7548.337.63-
YUV171.2539.83144.23-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 48.62%
GREEN value IS 190 (74.61% from 255) = 47.62%
BLUE value IS 15 (6.25% from 255) = 3.76%
R=48.62%
G=47.62%
B=3.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.92
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941901500.020.920.2458.6685.6540.98
HexC2BEF025C183b5629
Octal3022761702134307312651
Binary110000101011111011110101011100110001110111010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BE0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BE0F; }

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

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

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

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

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

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

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

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