#C0BF17

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

Shades of La Rioja #C0BF17

Tints of La Rioja #C0BF17

Color information

#C0BF17 (or 0xC0BF17) is unknown color: approx La Rioja. HEX triplet: C0, BF and 17. RGB value is (192,191,23). Sum of RGB (Red+Green+Blue) = 192+191+23=406 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.29% from 406); Green value is 191 (75% from 255 or 47.04% from 406); Blue value is 23 (9.38% from 255 or 5.67% from 406); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BF17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0BF17 is #3F40E8. Grayscale: #ACACAC. Windows color (decimal): -4145385 or 1556416. OLE color: 1556416.

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

Color convert

RGB19219123-
CMYK00.010.880.25
HSL59.64º78.6%42.16%-
HSV(B)59.64º88.02%75.29%-
XYZ40.5248.538.04-
YUV172.1543.83142.16-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 47.29%
GREEN value IS 191 (75% from 255) = 47.04%
BLUE value IS 23 (9.38% from 255) = 5.67%
R=47.29%
G=47.04%
B=5.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.88
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921912300.010.880.2559.6478.642.16
HexC0BF170158193c4f2a
Octal3002772701130317411752
Binary110000001011111110111011011000110011111001001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BF17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BF17; }

 p { color: rgb(192,191,23); }

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

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

 a { background-color: rgb(192,191,23); }

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

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

 span { border-color: rgb(192,191,23); }

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