#C2B30F

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

Shades of La Rioja #C2B30F

Tints of La Rioja #C2B30F

Color information

#C2B30F (or 0xC2B30F) is unknown color: approx La Rioja. HEX triplet: C2, B3 and 0F. RGB value is (194,179,15). Sum of RGB (Red+Green+Blue) = 194+179+15=388 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50% from 388); Green value is 179 (70.31% from 255 or 46.13% from 388); Blue value is 15 (6.25% from 255 or 3.87% from 388); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B30F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2B30F is #3D4CF0. Grayscale: #A5A5A5. Windows color (decimal): -4017393 or 1029058. OLE color: 1029058.

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

Color convert

RGB19417915-
CMYK00.080.920.24
HSL54.97º85.65%40.98%-
HSV(B)54.97º92.27%76.08%-
XYZ38.4543.746.87-
YUV164.7943.47148.84-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 50%
GREEN value IS 179 (70.31% from 255) = 46.13%
BLUE value IS 15 (6.25% from 255) = 3.87%
R=50%
G=46.13%
B=3.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.92
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941791500.080.920.2454.9785.6540.98
HexC2B3F085C18375629
Octal30226317010134306712651
Binary11000010101100111111010001011100110001101111010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B30F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B30F; }

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

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

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

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

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

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

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

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