#BFC90A

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

Shades of La Rioja #BFC90A

Tints of La Rioja #BFC90A

Color information

#BFC90A (or 0xBFC90A) is unknown color: approx La Rioja. HEX triplet: BF, C9 and 0A. RGB value is (191,201,10). Sum of RGB (Red+Green+Blue) = 191+201+10=402 (53% of max value = 765). Red value is 191 (75% from 255 or 47.51% from 402); Green value is 201 (78.91% from 255 or 50% from 402); Blue value is 10 (4.30% from 255 or 2.49% from 402); Max value from RGB is 201 - color contains mainly: green. Hex color #BFC90A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFC90A is #4036F5. Grayscale: #B0B0B0. Windows color (decimal): -4208374 or 707007. OLE color: 707007.

HSL color Cylindrical-coordinate representation of color #BFC90A: hue angle of 63.14º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BFC90A is Cyan = 0.05, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.21.

Color convert

RGB19120110-
CMYK0.0500.950.21
HSL63.14º90.52%41.37%-
HSV(B)63.14º95.02%78.82%-
XYZ42.4352.878.26-
YUV176.2434.19138.53-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.51%
GREEN value IS 201 (78.91% from 255) = 50%
BLUE value IS 10 (4.30% from 255) = 2.49%
R=47.51%
G=50%
B=2.49%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal191201100.0500.950.2163.1490.5241.37
HexBFC9A505F153f5b29
Octal2773111250137257713351
Binary1011111111001001101010101011111101011111111011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC90A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC90A; }

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

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

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

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

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

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

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

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