#BFD949

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

Shades of Conifer #BFD949

Tints of Conifer #BFD949

Color information

#BFD949 (or 0xBFD949) is unknown color: approx Conifer. HEX triplet: BF, D9 and 49. RGB value is (191,217,73). Sum of RGB (Red+Green+Blue) = 191+217+73=481 (63% of max value = 765). Red value is 191 (75% from 255 or 39.71% from 481); Green value is 217 (85.16% from 255 or 45.11% from 481); Blue value is 73 (28.91% from 255 or 15.18% from 481); Max value from RGB is 217 - color contains mainly: green. Hex color #BFD949 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD949 is #4026B6. Grayscale: #C1C1C1. Windows color (decimal): -4204215 or 4839871. OLE color: 4839871.

HSL color Cylindrical-coordinate representation of color #BFD949: hue angle of 70.83º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BFD949 is Cyan = 0.12, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB19121773-
CMYK0.1200.660.15
HSL70.83º65.45%56.86%-
HSV(B)70.83º66.36%85.1%-
XYZ47.561.1815.61-
YUV192.8160.39126.71-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.71%
GREEN value IS 217 (85.16% from 255) = 45.11%
BLUE value IS 73 (28.91% from 255) = 15.18%
R=39.71%
G=45.11%
B=15.18%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal191217730.1200.660.1570.8365.4556.86
HexBFD949C042F474139
Octal2773311111401021710710171
Binary10111111110110011001001110001000010111110001111000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD949; }

 p { color: rgb(191,217,73); }

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

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

 a { background-color: rgb(191,217,73); }

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

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

 span { border-color: rgb(191,217,73); }

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