#bfc10a

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

Shades of La Rioja #BFC10A

Tints of La Rioja #BFC10A

Color information

#BFC10A (or 0xBFC10A) is unknown color: approx La Rioja. HEX triplet: BF, C1 and 0A. RGB value is (191,193,10). Sum of RGB (Red+Green+Blue) = 191+193+10=394 (52% of max value = 765). Red value is 191 (75% from 255 or 48.48% from 394); Green value is 193 (75.78% from 255 or 48.98% from 394); Blue value is 10 (4.30% from 255 or 2.54% from 394); Max value from RGB is 193 - color contains mainly: green. Hex color #BFC10A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFC10A is #403EF5. Grayscale: #ACACAC. Windows color (decimal): -4210422 or 704959. OLE color: 704959.

HSL color Cylindrical-coordinate representation of color #BFC10A: hue angle of 60.66º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BFC10A is Cyan = 0.01, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.24.

Color convert

RGB19119310-
CMYK0.0100.950.24
HSL60.66º90.15%39.8%-
HSV(B)60.66º94.82%75.69%-
XYZ40.6149.247.65-
YUV171.5436.84141.88-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.48%
GREEN value IS 193 (75.78% from 255) = 48.98%
BLUE value IS 10 (4.30% from 255) = 2.54%
R=48.48%
G=48.98%
B=2.54%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal191193100.0100.950.2460.6690.1539.8
HexBFC1A105F183d5a28
Octal2773011210137307513250
Binary10111111110000011010101011111110001111011011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bfc10a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bfc10a; }

 p { color: rgb(191,193,10); }

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

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

 a { background-color: rgb(191,193,10); }

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

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

 span { border-color: rgb(191,193,10); }

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