#BFE165

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

Shades of Conifer #BFE165

Tints of Conifer #BFE165

Color information

#BFE165 (or 0xBFE165) is unknown color: approx Conifer. HEX triplet: BF, E1 and 65. RGB value is (191,225,101). Sum of RGB (Red+Green+Blue) = 191+225+101=517 (68% of max value = 765). Red value is 191 (75% from 255 or 36.94% from 517); Green value is 225 (88.28% from 255 or 43.52% from 517); Blue value is 101 (39.84% from 255 or 19.54% from 517); Max value from RGB is 225 - color contains mainly: green. Hex color #BFE165 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE165 is #401E9A. Grayscale: #C9C9C9. Windows color (decimal): -4202139 or 6676927. OLE color: 6676927.

HSL color Cylindrical-coordinate representation of color #BFE165: hue angle of 76.45º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BFE165 is Cyan = 0.15, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.

Color convert

RGB191225101-
CMYK0.1500.550.12
HSL76.45º67.39%63.92%-
HSV(B)76.45º55.11%88.24%-
XYZ50.7665.8722.35-
YUV200.771.74121.08-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.94%
GREEN value IS 225 (88.28% from 255) = 43.52%
BLUE value IS 101 (39.84% from 255) = 19.54%
R=36.94%
G=43.52%
B=19.54%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1912251010.1500.550.1276.4567.3963.92
HexBFE165F037C4c4340
Octal2773411451706714114103100
Binary10111111111000011100101111101101111100100110010000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE165; }

 p { color: rgb(191,225,101); }

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

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

 a { background-color: rgb(191,225,101); }

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

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

 span { border-color: rgb(191,225,101); }

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