#C2BE04

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

Shades of La Rioja #C2BE04

Tints of La Rioja #C2BE04

Color information

#C2BE04 (or 0xC2BE04) is unknown color: approx La Rioja. HEX triplet: C2, BE and 04. RGB value is (194,190,4). Sum of RGB (Red+Green+Blue) = 194+190+4=388 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50% from 388); Green value is 190 (74.61% from 255 or 48.97% from 388); Blue value is 4 (1.95% from 255 or 1.03% from 388); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BE04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2BE04 is #3D41FB. Grayscale: #AAAAAA. Windows color (decimal): -4014588 or 310978. OLE color: 310978.

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

Color convert

RGB1941904-
CMYK00.020.980.24
HSL58.74º95.96%38.82%-
HSV(B)58.74º97.94%76.08%-
XYZ40.6848.317.29-
YUV169.9934.33145.12-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 50%
GREEN value IS 190 (74.61% from 255) = 48.97%
BLUE value IS 4 (1.95% from 255) = 1.03%
R=50%
G=48.97%
B=1.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.98
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194190400.020.980.2458.7495.9638.82
HexC2BE40262183b6027
Octal302276402142307314047
Binary11000010101111101000101100010110001110111100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BE04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BE04; }

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

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

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

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

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

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

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

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