#BFE764

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

Shades of Conifer #BFE764

Tints of Conifer #BFE764

Color information

#BFE764 (or 0xBFE764) is unknown color: approx Conifer. HEX triplet: BF, E7 and 64. RGB value is (191,231,100). Sum of RGB (Red+Green+Blue) = 191+231+100=522 (69% of max value = 765). Red value is 191 (75% from 255 or 36.59% from 522); Green value is 231 (90.62% from 255 or 44.25% from 522); Blue value is 100 (39.45% from 255 or 19.16% from 522); Max value from RGB is 231 - color contains mainly: green. Hex color #BFE764 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFE764 is #40189B. Grayscale: #CCCCCC. Windows color (decimal): -4200604 or 6612927. OLE color: 6612927.

HSL color Cylindrical-coordinate representation of color #BFE764: hue angle of 78.32º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BFE764 is Cyan = 0.17, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.09.

Color convert

RGB191231100-
CMYK0.1700.570.09
HSL78.32º73.18%64.9%-
HSV(B)78.32º56.71%90.59%-
XYZ52.3669.1522.64-
YUV204.1169.25118.65-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.59%
GREEN value IS 231 (90.62% from 255) = 44.25%
BLUE value IS 100 (39.45% from 255) = 19.16%
R=36.59%
G=44.25%
B=19.16%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1912311000.1700.570.0978.3273.1864.9
HexBFE7641103994e4941
Octal2773471442107111116111101
Binary101111111110011111001001000101110011001100111010010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE764; }

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

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

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

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

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

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

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

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