#C2BD12

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

Shades of La Rioja #C2BD12

Tints of La Rioja #C2BD12

Color information

#C2BD12 (or 0xC2BD12) is unknown color: approx La Rioja. HEX triplet: C2, BD and 12. RGB value is (194,189,18). Sum of RGB (Red+Green+Blue) = 194+189+18=401 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.38% from 401); Green value is 189 (74.22% from 255 or 47.13% from 401); Blue value is 18 (7.42% from 255 or 4.49% from 401); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BD12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2BD12 is #3D42ED. Grayscale: #ABABAB. Windows color (decimal): -4014830 or 1228226. OLE color: 1228226.

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

Color convert

RGB19418918-
CMYK00.030.910.24
HSL58.3º83.02%41.57%-
HSV(B)58.3º90.72%76.08%-
XYZ40.5547.917.68-
YUV17141.66144.4-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 48.38%
GREEN value IS 189 (74.22% from 255) = 47.13%
BLUE value IS 18 (7.42% from 255) = 4.49%
R=48.38%
G=47.13%
B=4.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.91
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941891800.030.910.2458.383.0241.57
HexC2BD12035B183a532a
Octal3022752203133307212352
Binary1100001010111101100100111011011110001110101010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BD12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BD12; }

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

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

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

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

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

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

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

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