#BFE766

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

Shades of Conifer #BFE766

Tints of Conifer #BFE766

Color information

#BFE766 (or 0xBFE766) is unknown color: approx Conifer. HEX triplet: BF, E7 and 66. RGB value is (191,231,102). Sum of RGB (Red+Green+Blue) = 191+231+102=524 (69% of max value = 765). Red value is 191 (75% from 255 or 36.45% from 524); Green value is 231 (90.62% from 255 or 44.08% from 524); Blue value is 102 (40.23% from 255 or 19.47% from 524); Max value from RGB is 231 - color contains mainly: green. Hex color #BFE766 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFE766 is #401899. Grayscale: #CCCCCC. Windows color (decimal): -4200602 or 6743999. OLE color: 6743999.

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

Color convert

RGB191231102-
CMYK0.1700.560.09
HSL78.6º72.88%65.29%-
HSV(B)78.6º55.84%90.59%-
XYZ52.4669.1923.16-
YUV204.3370.25118.49-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.45%
GREEN value IS 231 (90.62% from 255) = 44.08%
BLUE value IS 102 (40.23% from 255) = 19.47%
R=36.45%
G=44.08%
B=19.47%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1912311020.1700.560.0978.672.8865.29
HexBFE7661103894f4941
Octal2773471462107011117111101
Binary101111111110011111001101000101110001001100111110010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE766; }

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

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

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

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

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

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

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

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