#C2BA01

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

Shades of La Rioja #C2BA01

Tints of La Rioja #C2BA01

Color information

#C2BA01 (or 0xC2BA01) is unknown color: approx La Rioja. HEX triplet: C2, BA and 01. RGB value is (194,186,1). Sum of RGB (Red+Green+Blue) = 194+186+1=381 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.92% from 381); Green value is 186 (73.05% from 255 or 48.82% from 381); Blue value is 1 (0.78% from 255 or 0.26% from 381); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BA01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2BA01 is #3D45FE. Grayscale: #A8A8A8. Windows color (decimal): -4015615 or 113346. OLE color: 113346.

HSL color Cylindrical-coordinate representation of color #C2BA01: hue angle of 57.51º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C2BA01 is Cyan = 0, Magento = 0.04, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB1941861-
CMYK00.040.990.24
HSL57.51º98.97%38.24%-
HSV(B)57.51º99.48%76.08%-
XYZ39.8146.596.92-
YUV167.334.15147.04-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 50.92%
GREEN value IS 186 (73.05% from 255) = 48.82%
BLUE value IS 1 (0.78% from 255) = 0.26%
R=50.92%
G=48.82%
B=0.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.99
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194186100.040.990.2457.5198.9738.24
HexC2BA10463183a6326
Octal302272104143307214346
Binary1100001010111010101001100011110001110101100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BA01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BA01; }

 p { color: rgb(194,186,1); }

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

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

 a { background-color: rgb(194,186,1); }

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

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

 span { border-color: rgb(194,186,1); }

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