#BFC511

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

Shades of La Rioja #BFC511

Tints of La Rioja #BFC511

Color information

#BFC511 (or 0xBFC511) is unknown color: approx La Rioja. HEX triplet: BF, C5 and 11. RGB value is (191,197,17). Sum of RGB (Red+Green+Blue) = 191+197+17=405 (53% of max value = 765). Red value is 191 (75% from 255 or 47.16% from 405); Green value is 197 (77.34% from 255 or 48.64% from 405); Blue value is 17 (7.03% from 255 or 4.20% from 405); Max value from RGB is 197 - color contains mainly: green. Hex color #BFC511 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFC511 is #403AEE. Grayscale: #AFAFAF. Windows color (decimal): -4209391 or 1164735. OLE color: 1164735.

HSL color Cylindrical-coordinate representation of color #BFC511: hue angle of 62º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BFC511 is Cyan = 0.03, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.23.

Color convert

RGB19119717-
CMYK0.0300.910.23
HSL62º84.11%41.96%-
HSV(B)62º91.37%77.25%-
XYZ41.5551.058.19-
YUV174.6939.01139.64-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.16%
GREEN value IS 197 (77.34% from 255) = 48.64%
BLUE value IS 17 (7.03% from 255) = 4.20%
R=47.16%
G=48.64%
B=4.20%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal191197170.0300.910.236284.1141.96
HexBFC511305B173e542a
Octal2773052130133277612452
Binary1011111111000101100011101011011101111111101010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC511; }

 p { color: rgb(191,197,17); }

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

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

 a { background-color: rgb(191,197,17); }

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

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

 span { border-color: rgb(191,197,17); }

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