#C0BE19

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

Shades of La Rioja #C0BE19

Tints of La Rioja #C0BE19

Color information

#C0BE19 (or 0xC0BE19) is unknown color: approx La Rioja. HEX triplet: C0, BE and 19. RGB value is (192,190,25). Sum of RGB (Red+Green+Blue) = 192+190+25=407 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.17% from 407); Green value is 190 (74.61% from 255 or 46.68% from 407); Blue value is 25 (10.16% from 255 or 6.14% from 407); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BE19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0BE19 is #3F41E6. Grayscale: #ACACAC. Windows color (decimal): -4145639 or 1687232. OLE color: 1687232.

HSL color Cylindrical-coordinate representation of color #C0BE19: hue angle of 59.28º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C0BE19 is Cyan = 0, Magento = 0.01, Yellow = 0.87 and Black (K on CMYK) = 0.25.

Color convert

RGB19219025-
CMYK00.010.870.25
HSL59.28º76.96%42.55%-
HSV(B)59.28º86.98%75.29%-
XYZ40.3348.18.08-
YUV171.7945.16142.42-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 47.17%
GREEN value IS 190 (74.61% from 255) = 46.68%
BLUE value IS 25 (10.16% from 255) = 6.14%
R=47.17%
G=46.68%
B=6.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.87
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921902500.010.870.2559.2876.9642.55
HexC0BE190157193b4d2b
Octal3002763101127317311553
Binary110000001011111011001011010111110011110111001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BE19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BE19; }

 p { color: rgb(192,190,25); }

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

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

 a { background-color: rgb(192,190,25); }

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

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

 span { border-color: rgb(192,190,25); }

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