#C2BE12

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

Shades of La Rioja #C2BE12

Tints of La Rioja #C2BE12

Color information

#C2BE12 (or 0xC2BE12) is unknown color: approx La Rioja. HEX triplet: C2, BE and 12. RGB value is (194,190,18). Sum of RGB (Red+Green+Blue) = 194+190+18=402 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.26% from 402); Green value is 190 (74.61% from 255 or 47.26% from 402); Blue value is 18 (7.42% from 255 or 4.48% from 402); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BE12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2BE12 is #3D41ED. Grayscale: #ACACAC. Windows color (decimal): -4014574 or 1228482. OLE color: 1228482.

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

Color convert

RGB19419018-
CMYK00.020.910.24
HSL58.64º83.02%41.57%-
HSV(B)58.64º90.72%76.08%-
XYZ40.7748.347.75-
YUV171.5941.33143.99-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 48.26%
GREEN value IS 190 (74.61% from 255) = 47.26%
BLUE value IS 18 (7.42% from 255) = 4.48%
R=48.26%
G=47.26%
B=4.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.91
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941901800.020.910.2458.6483.0241.57
HexC2BE12025B183b532a
Octal3022762202133307312352
Binary1100001010111110100100101011011110001110111010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BE12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BE12; }

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

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

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

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

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

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

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

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