#BFC017

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

Shades of La Rioja #BFC017

Tints of La Rioja #BFC017

Color information

#BFC017 (or 0xBFC017) is unknown color: approx La Rioja. HEX triplet: BF, C0 and 17. RGB value is (191,192,23). Sum of RGB (Red+Green+Blue) = 191+192+23=406 (53% of max value = 765). Red value is 191 (75% from 255 or 47.04% from 406); Green value is 192 (75.39% from 255 or 47.29% from 406); Blue value is 23 (9.38% from 255 or 5.67% from 406); Max value from RGB is 192 - color contains mainly: green. Hex color #BFC017 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFC017 is #403FE8. Grayscale: #ADADAD. Windows color (decimal): -4210665 or 1556671. OLE color: 1556671.

HSL color Cylindrical-coordinate representation of color #BFC017: hue angle of 60.36º 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 #BFC017 is Cyan = 0.01, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB19119223-
CMYK0.0100.880.25
HSL60.36º78.6%42.16%-
HSV(B)60.36º88.02%75.29%-
XYZ40.4948.848.1-
YUV172.4443.67141.24-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191192230.0100.880.2560.3678.642.16
HexBFC0171058193c4f2a
Octal2773002710130317411752
Binary101111111100000010111101011000110011111001001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC017; }

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

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

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

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

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

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

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

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