#BFE746

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

Shades of Conifer #BFE746

Tints of Conifer #BFE746

Color information

#BFE746 (or 0xBFE746) is unknown color: approx Conifer. HEX triplet: BF, E7 and 46. RGB value is (191,231,70). Sum of RGB (Red+Green+Blue) = 191+231+70=492 (65% of max value = 765). Red value is 191 (75% from 255 or 38.82% from 492); Green value is 231 (90.62% from 255 or 46.95% from 492); Blue value is 70 (27.73% from 255 or 14.23% from 492); Max value from RGB is 231 - color contains mainly: green. Hex color #BFE746 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFE746 is #4018B9. Grayscale: #C9C9C9. Windows color (decimal): -4200634 or 4646847. OLE color: 4646847.

HSL color Cylindrical-coordinate representation of color #BFE746: hue angle of 74.91º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BFE746 is Cyan = 0.17, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.09.

Color convert

RGB19123170-
CMYK0.1700.700.09
HSL74.91º77.03%59.02%-
HSV(B)74.91º69.7%90.59%-
XYZ51.1768.6716.35-
YUV200.6954.25121.09-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.82%
GREEN value IS 231 (90.62% from 255) = 46.95%
BLUE value IS 70 (27.73% from 255) = 14.23%
R=38.82%
G=46.95%
B=14.23%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal191231700.1700.700.0974.9177.0359.02
HexBFE7461104694b4d3b
Octal2773471062101061111311573
Binary101111111110011110001101000101000110100110010111001101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE746; }

 p { color: rgb(191,231,70); }

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

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

 a { background-color: rgb(191,231,70); }

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

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

 span { border-color: rgb(191,231,70); }

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