#BFC302

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

Shades of La Rioja #BFC302

Tints of La Rioja #BFC302

Color information

#BFC302 (or 0xBFC302) is unknown color: approx La Rioja. HEX triplet: BF, C3 and 02. RGB value is (191,195,2). Sum of RGB (Red+Green+Blue) = 191+195+2=388 (51% of max value = 765). Red value is 191 (75% from 255 or 49.23% from 388); Green value is 195 (76.56% from 255 or 50.26% from 388); Blue value is 2 (1.17% from 255 or 0.52% from 388); Max value from RGB is 195 - color contains mainly: green. Hex color #BFC302 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFC302 is #403CFD. Grayscale: #ACACAC. Windows color (decimal): -4209918 or 181183. OLE color: 181183.

HSL color Cylindrical-coordinate representation of color #BFC302: hue angle of 61.24º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BFC302 is Cyan = 0.02, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB1911952-
CMYK0.0200.990.24
HSL61.24º97.97%38.63%-
HSV(B)61.24º98.97%76.47%-
XYZ41.0150.117.57-
YUV171.832.17141.69-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 49.23%
GREEN value IS 195 (76.56% from 255) = 50.26%
BLUE value IS 2 (1.17% from 255) = 0.52%
R=49.23%
G=50.26%
B=0.52%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19119520.0200.990.2461.2497.9738.63
HexBFC322063183d6227
Octal277303220143307514247
Binary1011111111000011101001100011110001111011100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC302; }

 p { color: rgb(191,195,2); }

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

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

 a { background-color: rgb(191,195,2); }

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

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

 span { border-color: rgb(191,195,2); }

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