#C0B91A

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

Shades of La Rioja #C0B91A

Tints of La Rioja #C0B91A

Color information

#C0B91A (or 0xC0B91A) is unknown color: approx La Rioja. HEX triplet: C0, B9 and 1A. RGB value is (192,185,26). Sum of RGB (Red+Green+Blue) = 192+185+26=403 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.64% from 403); Green value is 185 (72.66% from 255 or 45.91% from 403); Blue value is 26 (10.55% from 255 or 6.45% from 403); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B91A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0B91A is #3F46E5. Grayscale: #A9A9A9. Windows color (decimal): -4146918 or 1751488. OLE color: 1751488.

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

Color convert

RGB19218526-
CMYK00.040.860.25
HSL57.47º76.15%42.75%-
HSV(B)57.47º86.46%75.29%-
XYZ39.2745.987.78-
YUV168.9747.32144.43-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 47.64%
GREEN value IS 185 (72.66% from 255) = 45.91%
BLUE value IS 26 (10.55% from 255) = 6.45%
R=47.64%
G=45.91%
B=6.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.86
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921852600.040.860.2557.4776.1542.75
HexC0B91A045619394c2b
Octal3002713204126317111453
Binary11000000101110011101001001010110110011110011001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B91A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B91A; }

 p { color: rgb(192,185,26); }

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

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

 a { background-color: rgb(192,185,26); }

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

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

 span { border-color: rgb(192,185,26); }

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