#BFE364

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

Shades of Conifer #BFE364

Tints of Conifer #BFE364

Color information

#BFE364 (or 0xBFE364) is unknown color: approx Conifer. HEX triplet: BF, E3 and 64. RGB value is (191,227,100). Sum of RGB (Red+Green+Blue) = 191+227+100=518 (68% of max value = 765). Red value is 191 (75% from 255 or 36.87% from 518); Green value is 227 (89.06% from 255 or 43.82% from 518); Blue value is 100 (39.45% from 255 or 19.31% from 518); Max value from RGB is 227 - color contains mainly: green. Hex color #BFE364 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE364 is #401C9B. Grayscale: #CACACA. Windows color (decimal): -4201628 or 6611903. OLE color: 6611903.

HSL color Cylindrical-coordinate representation of color #BFE364: hue angle of 77.01º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BFE364 is Cyan = 0.16, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.

Color convert

RGB191227100-
CMYK0.1600.560.11
HSL77.01º69.4%64.12%-
HSV(B)77.01º55.95%89.02%-
XYZ51.2666.9322.27-
YUV201.7670.57120.33-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.87%
GREEN value IS 227 (89.06% from 255) = 43.82%
BLUE value IS 100 (39.45% from 255) = 19.31%
R=36.87%
G=43.82%
B=19.31%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1912271000.1600.560.1177.0169.464.12
HexBFE36410038B4d4540
Octal2773431442007013115105100
Binary101111111110001111001001000001110001011100110110001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE364; }

 p { color: rgb(191,227,100); }

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

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

 a { background-color: rgb(191,227,100); }

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

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

 span { border-color: rgb(191,227,100); }

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